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
Recommit r310809 with a fix for the spill problem
[llvm-core.git]
/
tools
/
yaml2obj
/
CMakeLists.txt
blob
adeac2331a6b6dc288eeb48594fa3ab6cd468e3d
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoCodeView
3
MC
4
Object
5
ObjectYAML
6
Support
7
)
8
9
add_llvm_tool(yaml2obj
10
yaml2obj.cpp
11
yaml2coff.cpp
12
yaml2elf.cpp
13
yaml2macho.cpp
14
yaml2wasm.cpp
15
)