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
[ELF] Reorder target-specific error messaes
[llvm-project.git]
/
clang
/
lib
/
CIR
/
CodeGen
/
CMakeLists.txt
blob
782b814d75daaac2d676c30191428a123aaefe4a
1
set(
2
LLVM_LINK_COMPONENTS
3
Core
4
Support
5
)
6
7
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
8
9
add_clang_library(clangCIR
10
CIRGenerator.cpp
11
CIRGenModule.cpp
12
CIRGenTypes.cpp
13
14
DEPENDS
15
MLIRCIR
16
${dialect_libs}
17
18
LINK_LIBS
19
clangAST
20
clangBasic
21
clangLex
22
${dialect_libs}
23
MLIRCIR
24
MLIRCIRInterfaces
25
)