Experimentally enable --verify-debug-info on some testcases and see if

the buildbots can take it.

llvm-svn: 203327
This commit is contained in:
Adrian Prantl 2014-03-08 01:23:49 +00:00
parent 8b466d5474
commit f3c43d14d9
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 -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
// RUN: %clang --verify-debug-info -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 -O0 -g %s -c -o %t.o
// RUN: %clangxx --verify-debug-info -O0 -g %s -c -o %t.o
// RUN: %clangxx %t.o -o %t.out
// RUN: %test_debuginfo %s %t.out
// Radar 8775834