Skip to content

Commit 1748cef

Browse files
committed
[CAS] Add missing TargetParser dependency to MCCAS & cas-dump.
This unbreaks the shared library build of LLVM.
1 parent 61806b9 commit 1748cef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/lib/MCCAS/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ add_llvm_component_library(LLVMMCCAS
1212
DebugInfoCodeView
1313
DebugInfoDWARF
1414
MC
15+
TargetParser
1516
)

llvm/tools/llvm-cas-dump/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
66
CASUtil
77
BinaryFormat
88
Object
9+
TargetParser
910
)
1011

1112
add_llvm_tool(llvm-cas-dump

0 commit comments

Comments
 (0)