1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[Attributor] Fix build of unittest with DBUILD_SHARED_LIBS=True

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.
This commit is contained in:
Alex Bradbury 2020-07-15 05:04:09 +01:00
parent 18d73b0b26
commit aa7e5053d4

View File

@ -1,7 +1,10 @@
set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
Core
Support
IPO
Support
TransformUtils
)
add_llvm_unittest(IPOTests