summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-03-08 02:46:36 +0000
committerAdrian Prantl <aprantl@apple.com>2014-03-08 02:46:36 +0000
commita96e0f7038e16573eff4a93aed94c06f6634cef9 (patch)
tree289df8161cdda6a973065d6f1152737a6122b2dd /debuginfo-tests
parentd7231636854223833ea756cc3297eb971b725331 (diff)
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.
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/dbg-arg.c2
-rw-r--r--debuginfo-tests/sret.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/debuginfo-tests/dbg-arg.c b/debuginfo-tests/dbg-arg.c
index 831ac93355c..02fcbf34b1b 100644
--- a/debuginfo-tests/dbg-arg.c
+++ b/debuginfo-tests/dbg-arg.c
@@ -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
//
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp
index a4fdee46e81..4c46c3d0962 100644
--- a/debuginfo-tests/sret.cpp
+++ b/debuginfo-tests/sret.cpp
@@ -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