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:
parent
18d73b0b26
commit
aa7e5053d4
@ -1,7 +1,10 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Analysis
|
||||
AsmParser
|
||||
Core
|
||||
Support
|
||||
IPO
|
||||
Support
|
||||
TransformUtils
|
||||
)
|
||||
|
||||
add_llvm_unittest(IPOTests
|
||||
|
Loading…
Reference in New Issue
Block a user