mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[ARM] Add dependency on GlobalISel for unit tests to fix shared libs build
The unit test uses GlobalISel but the dependency is not listed in the CMakeLists.txt file which causes failures in shared libs build with GCC. This just adds the dependency. Differential revision: https://reviews.llvm.org/D69064 llvm-svn: 375346
This commit is contained in:
parent
a67e63c153
commit
8938622e0a
@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ARMDesc
|
||||
ARMInfo
|
||||
CodeGen
|
||||
GlobalISel
|
||||
MC
|
||||
SelectionDAG
|
||||
Support
|
||||
|
Loading…
x
Reference in New Issue
Block a user