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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
tools
/
obj2yaml
/
CMakeLists.txt
blob
ac8ff8c85dd9cc5541277cde4e0e5696fef9a788
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
DebugInfoCodeView
4
DebugInfoDWARF
5
Object
6
ObjectYAML
7
Support
8
)
9
10
add_llvm_utility(obj2yaml
11
archive2yaml.cpp
12
obj2yaml.cpp
13
coff2yaml.cpp
14
dwarf2yaml.cpp
15
dxcontainer2yaml.cpp
16
elf2yaml.cpp
17
macho2yaml.cpp
18
minidump2yaml.cpp
19
offload2yaml.cpp
20
xcoff2yaml.cpp
21
wasm2yaml.cpp
22
)