1
0
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:
Nemanja Ivanovic 2019-10-19 16:40:26 +00:00
parent a67e63c153
commit 8938622e0a

View File

@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
ARMDesc
ARMInfo
CodeGen
GlobalISel
MC
SelectionDAG
Support