We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4650b2f commit 8c714c9Copy full SHA for 8c714c9
llvm/tools/dsymutil/CMakeLists.txt
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
11
DebugInfoDWARF
12
MC
13
Object
14
+ CodeGen
15
Option
16
Remarks
17
Support
llvm/tools/dsymutil/LLVMBuild.txt
@@ -18,4 +18,4 @@
18
type = Tool
19
name = dsymutil
20
parent = Tools
21
-required_libraries = AsmPrinter DebugInfoDWARF MC Object Support all-targets
+required_libraries = AsmPrinter DebugInfoDWARF MC Object CodeGen Support all-targets
0 commit comments