Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
file(GLOB globbed *.c *.cpp)
add_mlir_library(MLIRPass
${globbed}
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
DEPENDS
mlir-generic-headers
LINK_LIBS PUBLIC
MLIRAnalysis
MLIRIR
)