]> granicus.if.org Git - clang/commitdiff
Right now this requires asserts.
authorEric Christopher <echristo@apple.com>
Tue, 23 Aug 2011 21:47:58 +0000 (21:47 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 23 Aug 2011 21:47:58 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138389 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-verify-debug.c

index 85445e940395d9b827693111bc88675a6566ae76..1e4eff8c83f16516291024ad4a9c21ae15d7f021 100644 (file)
@@ -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