llvm/unittests/Target
Nemanja Ivanovic 3166412328 [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
2019-10-19 16:40:26 +00:00
..
AArch64 [AArch64] Static (de)allocation of SVE stack objects. 2019-10-03 11:33:50 +00:00
ARM [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build 2019-10-19 16:40:26 +00:00
WebAssembly [WebAssembly] Fix tests missed in rL374235 2019-10-09 23:06:38 +00:00
CMakeLists.txt