clang/test/Driver: Some tests don't REQUIRE asserts any more. Remove them.

llvm-svn: 219580
This commit is contained in:
NAKAMURA Takumi 2014-10-12 06:44:05 +00:00
parent 7198a199aa
commit f0e61f4442
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
// Check that we verify debug output properly with multiple -arch options.
//
// REQUIRES: asserts
// RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
// RUN: --verify-debug-info -arch i386 -arch x86_64 %s -g 2> %t
// RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s

View File

@ -1,6 +1,5 @@
// Check that we split debug output properly
//
// REQUIRES: asserts
// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t
// RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s
//

View File

@ -1,6 +1,5 @@
// Check that we split debug output properly
//
// REQUIRES: asserts
// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t
// RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s
//