[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.
This commit is contained in:
Nemanja Ivanovic 2022-02-01 20:13:09 -06:00
parent e36afc6511
commit ec00c9cdeb

View File

@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
ARMDesc
ARMInfo
CodeGen
Core
GlobalISel
MC
MIRParser