1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-ifs/CMakeLists.txt
Haowei Wu e9d5df71ba [llvm-ifs] Add option to use InterfaceStub library
This change adds '-use-interfacestub' option to allow llvm-ifs
to use InterfaceStub lib when generating ELF binary.

Differential Revision: https://reviews.llvm.org/D94461
2021-03-04 11:28:49 -08:00

12 lines
130 B
CMake

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