diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-12-07 19:40:31 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-12-07 19:40:31 +0000 |
| commit | a0de3a8d0a27c7b94f91d4bf43e20c1166d4fdb9 (patch) | |
| tree | 6f1ea3230e223264041456d5a18c091bed91ab7b /debuginfo-tests/stack-var.c | |
| parent | 79990bd606c683caa12488573e0e0f71091cd485 (diff) | |
| download | bcm5719-llvm-a0de3a8d0a27c7b94f91d4bf43e20c1166d4fdb9.tar.gz bcm5719-llvm-a0de3a8d0a27c7b94f91d4bf43e20c1166d4fdb9.zip | |
Revert "Temporarily pin tests to DWARF v2 until a more recent version of LLDB"
This reverts commit 319790.
We worked around the bug in LLVM instead.
llvm-svn: 320076
Diffstat (limited to 'debuginfo-tests/stack-var.c')
| -rw-r--r-- | debuginfo-tests/stack-var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/stack-var.c b/debuginfo-tests/stack-var.c index 526a048ce42..372139c59b0 100644 --- a/debuginfo-tests/stack-var.c +++ b/debuginfo-tests/stack-var.c @@ -1,4 +1,4 @@ -// RUN: %clang %target_itanium_abi_host_triple %s -O -o %t.out -gdwarf-2 +// RUN: %clang %target_itanium_abi_host_triple %s -O -o %t.out -g // RUN: %test_debuginfo %s %t.out void __attribute__((noinline, optnone)) bar(int *test) {} |

