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