mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
Experimentally enable --verify-debug-info on some testcases and see if
the buildbots can take it. llvm-svn: 203327
This commit is contained in:
parent
8b466d5474
commit
f3c43d14d9
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user