Skip to content

Commit f0c20e0

Browse files
Fix non-cmake-based sanitizer dependencies.
1 parent 031cc5c commit f0c20e0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ $LINK $LIBCXX_ARCHIVE_DIR/libc++.a \
174174
$LLVM_BUILD/lib/libLLVMObject.a \
175175
$LLVM_BUILD/lib/libLLVMBinaryFormat.a \
176176
$LLVM_BUILD/lib/libLLVMDebugInfoDWARF.a \
177+
$LLVM_BUILD/lib/libLLVMDebugInfoDWARFLowLevel.a \
177178
$LLVM_BUILD/lib/libLLVMDebugInfoGSYM.a \
178179
$LLVM_BUILD/lib/libLLVMSupport.a \
179180
$LLVM_BUILD/lib/libLLVMDebugInfoPDB.a \

llvm/lib/DWARFLinker/Parallel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ add_llvm_component_library(LLVMDWARFLinkerParallel
2525
BinaryFormat
2626
CodeGen
2727
DebugInfoDWARF
28+
DebugInfoDWARFLowLevel
2829
DWARFLinker
2930
MC
3031
Object

llvm/lib/DebugInfo/LogicalView/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ add_llvm_component_library(LLVMDebugInfoLogicalView
4747
MC
4848
Support
4949
TargetParser
50-
DebugInfoDWARF
5150
DebugInfoCodeView
51+
DebugInfoDWARF
52+
DebugInfoDWARFLowLevel
5253
DebugInfoPDB
5354
)

0 commit comments

Comments
 (0)