repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix crash in HLFIR generation (#118399)
[llvm-project.git]
/
mlir
/
lib
/
Pass
/
CMakeLists.txt
blob
5ca9b4163bb8a8f7f2b6a769279f141fc4cb8da2
1
add_mlir_library(MLIRPass
2
IRPrinting.cpp
3
Pass.cpp
4
PassCrashRecovery.cpp
5
PassManagerOptions.cpp
6
PassRegistry.cpp
7
PassStatistics.cpp
8
PassTiming.cpp
9
10
ADDITIONAL_HEADER_DIRS
11
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
12
13
DEPENDS
14
mlir-generic-headers
15
16
LINK_LIBS PUBLIC
17
MLIRAnalysis
18
MLIRIR
19
)