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
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
SCFToOpenMP
/
CMakeLists.txt
blob
1ad175dd7d3ff25bd83fd283bb63ad22b5ead267
1
add_mlir_conversion_library(MLIRSCFToOpenMP
2
SCFToOpenMP.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/SCFToStandard
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRAnalysis
15
MLIRArithDialect
16
MLIRLLVMDialect
17
MLIROpenMPDialect
18
MLIRSCFDialect
19
MLIRTransforms
20
)