mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-26 17:57:07 +00:00
d3530e95f1
Generally speaking, this is bad practice. It also causes the build to break if there are editor temporary files. Differential Revision: https://reviews.llvm.org/D79906
19 lines
281 B
CMake
19 lines
281 B
CMake
add_mlir_library(MLIRPass
|
|
IRPrinting.cpp
|
|
Pass.cpp
|
|
PassManagerOptions.cpp
|
|
PassRegistry.cpp
|
|
PassStatistics.cpp
|
|
PassTiming.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
|
|
|
|
DEPENDS
|
|
mlir-generic-headers
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRAnalysis
|
|
MLIRIR
|
|
)
|