mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8351f3dbd5
llvm-svn: 214191
12 lines
127 B
CMake
12 lines
127 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
MC
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(yaml2obj
|
|
yaml2obj.cpp
|
|
yaml2coff.cpp
|
|
yaml2elf.cpp
|
|
)
|