]> granicus.if.org Git - clang/commitdiff
clang/test/Driver: Some tests don't REQUIRE asserts any more. Remove them.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Oct 2014 06:44:05 +0000 (06:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Oct 2014 06:44:05 +0000 (06:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219580 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-verify-debug.c
test/Driver/split-debug.c
test/Driver/split-debug.s

index 4878c746e07efb3d10e4c817c567549aa4680a6a..50a6cf31b8e9122c596660a44b6a8b7a31fe324c 100644 (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
index 792abbd55259ef4a50639fedc4c6d3d6874faad1..6296c4672e5c5dd329d20822b52a98d2adeffa6f 100644 (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
 //
index d5f077af13461b61d97f10122810a0ba1a54c6ce..64e8f2fa03d2bc5ab88df40d66e02513e74a5283 100644 (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
 //