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
diff --git a/debuginfo-tests/asan.c b/debuginfo-tests/asan.c
index 91edc63..a2df754 100644
--- a/debuginfo-tests/asan.c
+++ b/debuginfo-tests/asan.c
@@ -1,4 +1,4 @@
-// RUN: %clang -fblocks %target_itanium_abi_host_triple -arch x86_64 %s -o %t.out -gdwarf-2 -fsanitize=address
+// RUN: %clang -fblocks %target_itanium_abi_host_triple -arch x86_64 %s -o %t.out -g -fsanitize=address
 // RUN: %test_debuginfo %s %t.out
 // REQUIRES: not_asan
 //           Zorg configures the ASAN stage2 bots to not build the asan