Stephen Neuendorffer 5469f434bb [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang
This reverts commit ab1ca6e60fc58b857cc5030ca6e024d20d919cb9.
2020-05-04 20:47:57 -07:00

12 lines
159 B
CMake

add_mlir_dialect_library(MLIRLLVMIRTransforms
LegalizeForExport.cpp
DEPENDS
MLIRLLVMPassIncGen
LINK_LIBS PUBLIC
MLIRIR
MLIRLLVMIR
MLIRPass
)