1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +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:
Andrzej Warzynski 2020-11-18 10:08:36 +00:00
parent 53a457743b
commit 1a679fd432

View File

@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
Support
Passes
TransformUtils
ScalarOpts
)
add_llvm_unittest(IRTests