[ARM] Fix build break after 762f0b546328
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 2 Feb 2022 02:13:09 +0000 (20:13 -0600)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 2 Feb 2022 02:14:32 +0000 (20:14 -0600)
commitec00c9cdeb5ee9fc7846cb3d2a4d53eba2c35a43
treeaabb267d730eb6136ae3f0cba0a2abbde761e455
parente36afc651170881445f3d26a392b97140619f80e
[ARM] Fix build break after 762f0b546328

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.
llvm/unittests/Target/ARM/CMakeLists.txt