Skip to content

Commit ee05138

Browse files
committed
[lldb/test] Revert changes to debug-names-compressed.cpp
With the changes in 15a6df5, the test is failing in some configurations. Reverting while I investigate
1 parent 81c67da commit ee05138

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lldb/test/Shell/SymbolFile/DWARF/debug-names-compressed.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33

44
// REQUIRES: lld, zlib
55

6-
// RUN: %clang -c -o %t.o --target=x86_64-pc-linux -gdwarf-5 -gpubnames %s
6+
// RUN: %clang -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf %s
77
// RUN: ld.lld %t.o -o %t --compress-debug-sections=zlib
8-
// RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix NAMES
98
// RUN: lldb-test symbols --find=variable --name=foo %t | FileCheck %s
109

11-
// NAMES: Name: .debug_names
12-
1310
// CHECK: Found 1 variables:
1411
int foo;
15-
// CHECK-DAG: name = "foo", type = {{.*}} (int), {{.*}} decl = debug-names-compressed.cpp:[[@LINE-1]]
12+
// ONE-DAG: name = "foo", type = {{.*}} (int), {{.*}} decl = debug-names-compressed.cpp:[[@LINE-1]]
1613

1714
extern "C" void _start() {}

0 commit comments

Comments
 (0)