Skip to content

Commit 2b35768

Browse files
author
git apple-llvm automerger
committed
Merge commit '4d4966d36264' from swift/release/6.2 into stable/20240723
2 parents 42cae35 + 4d4966d commit 2b35768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4437,6 +4437,9 @@ SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() {
44374437

44384438
const std::shared_ptr<SymbolFileDWARFDwo> &SymbolFileDWARF::GetDwpSymbolFile() {
44394439
llvm::call_once(m_dwp_symfile_once_flag, [this]() {
4440+
if (m_objfile_sp->GetArchitecture().GetTriple().isAppleMachO())
4441+
return;
4442+
44404443
// Create a list of files to try and append .dwp to.
44414444
FileSpecList symfiles;
44424445
// Append the module's object file path.

0 commit comments

Comments
 (0)