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
/
UBToLLVM
/
CMakeLists.txt
blob
645614614ce61d456bcfa43a93bf5638d70efa2c
1
add_mlir_conversion_library(MLIRUBToLLVM
2
UBToLLVM.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/UBToLLVM
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRLLVMCommonConversion
15
MLIRLLVMDialect
16
MLIRUBDialect
17
)