blob: 7e86864cf6c46ba2c1d77c46eda686648f3cd267 [file] [log] [blame]
file(GLOB globbed *.c *.cpp)
add_mlir_library(MLIRPass
${globbed}
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
)
target_link_libraries(MLIRPass
PUBLIC
MLIRAnalysis
MLIRIR
LLVMSupport)