mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
aa7e5053d4
The dependencies in llvm/unittests/Transforms/IPO/CMakeLists.txt introduced in revision 0750757e were incomplete, leading to link errors for a DBUILD_SHARED_LIBS=True build.
15 lines
191 B
CMake
15 lines
191 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
AsmParser
|
|
Core
|
|
IPO
|
|
Support
|
|
TransformUtils
|
|
)
|
|
|
|
add_llvm_unittest(IPOTests
|
|
LowerTypeTests.cpp
|
|
WholeProgramDevirt.cpp
|
|
AttributorTest.cpp
|
|
)
|