mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8351f3dbd5
llvm-svn: 214191
9 lines
128 B
CMake
9 lines
128 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(obj2yaml
|
|
obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
|
|
)
|