Skip to content

Commit 8c714c9

Browse files
committed
Fix building shared libraries broken by 8e48e8e3e32.
1 parent 4650b2f commit 8c714c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/tools/dsymutil/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
1111
DebugInfoDWARF
1212
MC
1313
Object
14+
CodeGen
1415
Option
1516
Remarks
1617
Support

llvm/tools/dsymutil/LLVMBuild.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
type = Tool
1919
name = dsymutil
2020
parent = Tools
21-
required_libraries = AsmPrinter DebugInfoDWARF MC Object Support all-targets
21+
required_libraries = AsmPrinter DebugInfoDWARF MC Object CodeGen Support all-targets

0 commit comments

Comments
 (0)