Right now this requires asserts.

llvm-svn: 138389
This commit is contained in:
Eric Christopher 2011-08-23 21:47:58 +00:00
parent 908426aae4
commit c3fc262423
1 changed files with 1 additions and 0 deletions

View 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