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.

llvm-svn: 203338
This commit is contained in:
Adrian Prantl 2014-03-08 02:46:36 +00:00
parent 078278fe3a
commit cece9ccaf1
2 changed files with 2 additions and 2 deletions

View File

@ -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
//

View File

@ -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