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
[clang] Add test for CWG190 "Layout-compatible POD-struct types" (#121668)
[llvm-project.git]
/
llvm
/
lib
/
CGData
/
CMakeLists.txt
blob
003173139f36c5e77ec822f9eaa41483a942a82c
1
add_llvm_component_library(LLVMCGData
2
CodeGenData.cpp
3
CodeGenDataReader.cpp
4
CodeGenDataWriter.cpp
5
OutlinedHashTree.cpp
6
OutlinedHashTreeRecord.cpp
7
StableFunctionMap.cpp
8
StableFunctionMapRecord.cpp
9
10
ADDITIONAL_HEADER_DIRS
11
${LLVM_MAIN_INCLUDE_DIR}/llvm/CGData
12
13
DEPENDS
14
intrinsics_gen
15
16
LINK_COMPONENTS
17
BitReader
18
BitWriter
19
Core
20
Support
21
Object
22
)