1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/llvm-ifs/CMakeLists.txt
Haowei Wu d4172642cf [ifs] Fix linking errors on some llvm builders
This change fixes linking errors on some llvm builders.
2021-07-19 12:01:34 -07:00

14 lines
168 B
CMake

set(LLVM_LINK_COMPONENTS
BinaryFormat
InterfaceStub
Object
Support
TextAPI
ObjectYAML
)
add_llvm_tool(llvm-ifs
ErrorCollector.cpp
llvm-ifs.cpp
)