[ARM] Add dependency on GlobalISel for unit tests to fix shared libs build
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Sat, 19 Oct 2019 16:40:26 +0000 (16:40 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Sat, 19 Oct 2019 16:40:26 +0000 (16:40 +0000)
commit316641232816e55c56eed1ac49e7e8f214444382
treedc4ed0fa8dfceb3200db1e60c3b2b2392e22195c
parent896dde46eea0205a12164e7f7fdd34bfccb770a4
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375346 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Target/ARM/CMakeLists.txt