Skip to content

Commit 38b67c5

Browse files
committed
Revert "[lldb/DWARF] Search fallback to the manual index in GetFullyQualified… (#102123)"
The test appears to be flaky. Revert it while I investigate. This reverts commits 7027cc6 and 21ef272.
1 parent 8fc9b4e commit 38b67c5

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ void DebugNamesDWARFIndex::GetFullyQualifiedType(
371371
!ProcessEntry(entry, callback))
372372
return;
373373
}
374-
m_fallback.GetFullyQualifiedType(context, callback);
375374
}
376375

377376
bool DebugNamesDWARFIndex::SameParentChain(

lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
## split unit from the DWP file. This can sometimes happen when the compile unit
44
## is nearly empty (e.g. because LTO has optimized all of it away).
55

6-
# Is flaky on Windows on Arm.
7-
# UNSUPPORTED: system-windows
8-
96
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s --defsym MAIN=0 > %t
107
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s > %t.dwp
118
# RUN: %lldb %t -o "image lookup -t my_enum_type" \

lldb/test/Shell/SymbolFile/DWARF/x86/mixed-debug-names-complete-type-search.test

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)