summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp')
-rw-r--r--lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp b/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp
deleted file mode 100644
index aeb0ff1d01b..00000000000
--- a/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// Test for a bug where we crashed while processing a compressed debug_names
-// section (use after free).
-
-// REQUIRES: lld, zlib
-
-// RUN: %clang -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf %s
-// RUN: ld.lld %t.o -o %t --compress-debug-sections=zlib
-// RUN: lldb-test symbols --find=variable --name=foo %t | FileCheck %s
-
-// CHECK: Found 1 variables:
-int foo;
-// ONE-DAG: name = "foo", type = {{.*}} (int), {{.*}} decl = debug-names-compressed.cpp:[[@LINE-1]]
-
-extern "C" void _start() {}
OpenPOWER on IntegriCloud