Skip to content

Commit ec00c9c

Browse files
committed
[ARM] Fix build break after 762f0b5
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.
1 parent e36afc6 commit ec00c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/Target/ARM/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
88
ARMDesc
99
ARMInfo
1010
CodeGen
11+
Core
1112
GlobalISel
1213
MC
1314
MIRParser

0 commit comments

Comments
 (0)