[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:
parent
e36afc6511
commit
ec00c9cdeb
@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ARMDesc
|
||||
ARMInfo
|
||||
CodeGen
|
||||
Core
|
||||
GlobalISel
|
||||
MC
|
||||
MIRParser
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user