mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[NFC] Add missing dependency in the IR unittests
This missing dependency has caused build failures when `BUILD_SHARED_LIBS` is set to `ON`. The breaking change was introduced here: * https://reviews.llvm.org/D91324 Failing buildbot: * http://lab.llvm.org:8011/#/builders/66/builds/555
This commit is contained in:
parent
53a457743b
commit
1a679fd432
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Support
|
Support
|
||||||
Passes
|
Passes
|
||||||
TransformUtils
|
TransformUtils
|
||||||
|
ScalarOpts
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_unittest(IRTests
|
add_llvm_unittest(IRTests
|
||||||
|
Loading…
Reference in New Issue
Block a user