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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
lib
/
ObjectYAML
/
CMakeLists.txt
blob
c081009653d4f8c6797f0ba02c1e304328757810
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
DXContainerEmitter.cpp
13
DXContainerYAML.cpp
14
ELFEmitter.cpp
15
ELFYAML.cpp
16
MachOEmitter.cpp
17
MachOYAML.cpp
18
ObjectYAML.cpp
19
MinidumpEmitter.cpp
20
MinidumpYAML.cpp
21
OffloadEmitter.cpp
22
OffloadYAML.cpp
23
WasmEmitter.cpp
24
WasmYAML.cpp
25
XCOFFEmitter.cpp
26
XCOFFYAML.cpp
27
YAML.cpp
28
yaml2obj.cpp
29
30
ADDITIONAL_HEADER_DIRS
31
${LLVM_MAIN_INCLUDE_DIR}/llvm/ObjectYAML
32
33
LINK_COMPONENTS
34
BinaryFormat
35
Object
36
Support
37
TargetParser
38
DebugInfoCodeView
39
MC
40
)