mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
e9d5df71ba
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
12 lines
130 B
CMake
12 lines
130 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
InterfaceStub
|
|
Object
|
|
Support
|
|
TextAPI
|
|
ObjectYAML
|
|
)
|
|
|
|
add_llvm_tool(llvm-ifs
|
|
llvm-ifs.cpp
|
|
)
|