[debuginfo-tests] r203338 - Revert "Experimentally enable --verify-debug-info on some testcases and see if"

Adrian Prantl aprantl at apple.com
Fri Mar 7 18:46:36 PST 2014


Author: adrian
Date: Fri Mar  7 20:46:36 2014
New Revision: 203338

URL: http://llvm.org/viewvc/llvm-project?rev=203338&view=rev
Log:
Revert "Experimentally enable --verify-debug-info on some testcases and see if"
Some of the buildbots need to be upgraded to a more recen version of
dwarfdump first.

Reverting for now.

Modified:
    debuginfo-tests/trunk/dbg-arg.c
    debuginfo-tests/trunk/sret.cpp

Modified: debuginfo-tests/trunk/dbg-arg.c
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-arg.c?rev=203338&r1=203337&r2=203338&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-arg.c (original)
+++ debuginfo-tests/trunk/dbg-arg.c Fri Mar  7 20:46:36 2014
@@ -1,5 +1,5 @@
 // This test case checks debug info during register moves for an argument.
-// RUN: %clang --verify-debug-info -arch x86_64 -mllvm -fast-isel=false  %s -c -o %t.o
+// RUN: %clang -arch x86_64 -mllvm -fast-isel=false  %s -c -o %t.o
 // RUN: %clang -arch x86_64 %t.o -o %t.out
 // RUN: %test_debuginfo %s %t.out
 //

Modified: debuginfo-tests/trunk/sret.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/sret.cpp?rev=203338&r1=203337&r2=203338&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Fri Mar  7 20:46:36 2014
@@ -1,4 +1,4 @@
-// RUN: %clangxx --verify-debug-info -O0 -g %s -c -o %t.o
+// RUN: %clangxx -O0 -g %s -c -o %t.o
 // RUN: %clangxx %t.o -o %t.out
 // RUN: %test_debuginfo %s %t.out 
 // Radar 8775834





More information about the llvm-commits mailing list