brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · 858c9c1 Raw
18 lines · plain
1add_mlir_library(MLIROptLib2  MlirOptMain.cpp3 4  ADDITIONAL_HEADER_DIRS5  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-opt6 7  LINK_LIBS PUBLIC8  MLIRBytecodeWriter9  MLIRDebug10  MLIRObservers11  MLIRPass12  MLIRParser13  MLIRPluginsLib14  MLIRSupport15  MLIRIRDL16  MLIRRemarkStreamer17  )18