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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
lib
/
ObjectYAML
/
CMakeLists.txt
blob
acb9f7cd11aeab09dbb09b1beabcc0f69e1f13b8
1
add_llvm_component_library(LLVMObjectYAML
2
ArchiveEmitter.cpp
3
ArchiveYAML.cpp
4
CodeViewYAMLDebugSections.cpp
5
CodeViewYAMLSymbols.cpp
6
CodeViewYAMLTypeHashing.cpp
7
CodeViewYAMLTypes.cpp
8
COFFEmitter.cpp
9
COFFYAML.cpp
10
DWARFEmitter.cpp
11
DWARFYAML.cpp
12
ELFEmitter.cpp
13
ELFYAML.cpp
14
MachOEmitter.cpp
15
MachOYAML.cpp
16
ObjectYAML.cpp
17
MinidumpEmitter.cpp
18
MinidumpYAML.cpp
19
WasmEmitter.cpp
20
WasmYAML.cpp
21
XCOFFEmitter.cpp
22
XCOFFYAML.cpp
23
YAML.cpp
24
yaml2obj.cpp
25
26
ADDITIONAL_HEADER_DIRS
27
${LLVM_MAIN_INCLUDE_DIR}/llvm/ObjectYAML
28
29
LINK_COMPONENTS
30
BinaryFormat
31
Object
32
Support
33
DebugInfoCodeView
34
MC
35
)