diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:57 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:57 +0000 |
| commit | 88c643b6fec27eec436c8d138fee6346e92337d6 (patch) | |
| tree | 82cd13b2f3cde1c9e5f79689ba4e6ba67694843f /lit/SymbolFile/DWARF/find-variable-dwo.cpp | |
| parent | 94994d372d014ce4c8758b9605d63fae651bd8aa (diff) | |
Notes
Diffstat (limited to 'lit/SymbolFile/DWARF/find-variable-dwo.cpp')
| -rw-r--r-- | lit/SymbolFile/DWARF/find-variable-dwo.cpp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lit/SymbolFile/DWARF/find-variable-dwo.cpp b/lit/SymbolFile/DWARF/find-variable-dwo.cpp deleted file mode 100644 index b2fb1a375cf2..000000000000 --- a/lit/SymbolFile/DWARF/find-variable-dwo.cpp +++ /dev/null @@ -1,25 +0,0 @@ -// REQUIRES: lld - -// RUN: %clang %s -g -gsplit-dwarf -c -emit-llvm -o - --target=x86_64-pc-linux -DONE | \ -// RUN: llc -accel-tables=Dwarf -filetype=obj -split-dwarf-file=%t-1.dwo -o %t-1.o -// RUN: llvm-objcopy --split-dwo=%t-1.dwo %t-1.o -// RUN: %clang %s -g -gsplit-dwarf -c -emit-llvm -o - --target=x86_64-pc-linux -DTWO | \ -// RUN: llc -accel-tables=Dwarf -filetype=obj -split-dwarf-file=%t-2.dwo -o %t-2.o -// RUN: llvm-objcopy --split-dwo=%t-2.dwo %t-2.o -// RUN: ld.lld %t-1.o %t-2.o -o %t -// RUN: lldb-test symbols --name=foo --find=variable %t | FileCheck %s - -// CHECK: Found 2 variables: -#ifdef ONE -namespace one { -int foo; -// CHECK-DAG: name = "foo", type = {{.*}} (int), {{.*}} decl = find-variable-dwo.cpp:[[@LINE-1]] -} // namespace one - -extern "C" void _start() {} -#else -namespace two { -int foo; -// CHECK-DAG: name = "foo", type = {{.*}} (int), {{.*}} decl = find-variable-dwo.cpp:[[@LINE-1]] -} // namespace two -#endif |
