repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC] Recommit r340016 after fixing the reported issue
[llvm-core.git]
/
tools
/
obj2yaml
/
CMakeLists.txt
blob
c59fe650952b83a09dd7746d18fd7bad0d81bb89
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
DebugInfoCodeView
4
DebugInfoDWARF
5
Object
6
ObjectYAML
7
Support
8
)
9
10
add_llvm_tool(obj2yaml
11
obj2yaml.cpp
12
coff2yaml.cpp
13
dwarf2yaml.cpp
14
elf2yaml.cpp
15
macho2yaml.cpp
16
wasm2yaml.cpp
17
Error.cpp
18
)