llvm-project/llvm/unittests/Target
Nemanja Ivanovic ec00c9cdeb [ARM] Fix build break after 762f0b5463
The commit adds a unit test that uses the facilities of libLLVMCore
without adding it to link components. This causes failures with
the shared libraries builds.

This patch just adds the missing library to the link step.
2022-02-01 20:14:32 -06:00
..
AArch64 [AArch64] Make getInstSizeInBytes() use instruction size from InstrInfo.td 2022-02-01 10:39:14 +00:00
AMDGPU Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
ARM [ARM] Fix build break after 762f0b5463 2022-02-01 20:14:32 -06:00
PowerPC Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
WebAssembly Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
X86 Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
CMakeLists.txt