mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-24 21:15:04 +00:00
581f04c40e
This abstracts the code for emitting DWARF binary from the DWARFYAML types into reusable interfaces that could be used by ELF and COFF. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288990 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
174 B
CMake
15 lines
174 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
MC
|
|
Object
|
|
ObjectYAML
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(yaml2obj
|
|
yaml2obj.cpp
|
|
yaml2coff.cpp
|
|
yaml2dwarf.cpp
|
|
yaml2elf.cpp
|
|
yaml2macho.cpp
|
|
)
|