aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-23 21:47:58 +0000
committerEric Christopher <echristo@apple.com>2011-08-23 21:47:58 +0000
commita5cf92d563be7f2e407956ee4ca459768cbaa011 (patch)
treefab2a4a5b002f77c945e38ac73f6d77eeae544f5
parente3fb7e428b7ba0d5d902dfe3f165d70e09b03a15 (diff)
Right now this requires asserts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138389 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/darwin-verify-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/darwin-verify-debug.c b/test/Driver/darwin-verify-debug.c
index 85445e9403..1e4eff8c83 100644
--- a/test/Driver/darwin-verify-debug.c
+++ b/test/Driver/darwin-verify-debug.c
@@ -1,5 +1,6 @@
// Check that we verify debug output properly with multiple -arch options.
//
+// REQUIRES: asserts
// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-phases \
// RUN: -verify -arch i386 -arch x86_64 %s -g 2> %t
// RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s