Update test for r151288

llvm-svn: 151290
This commit is contained in:
Jim Grosbach 2012-02-23 22:12:53 +00:00
parent b560d079df
commit ce398aa03b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// CHECK-STATIC-64: as{{(.exe)?}}" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o"
// RUN: %clang -target x86_64-apple-darwin10 -### \
// RUN: -arch armv6 -x assembler -c %s 2>%t
// RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t
// RUN: FileCheck -check-prefix=ARMV6 --input-file %t %s
//
// CHECK-ARMV6: as{{(.exe)?}}" "-arch" "armv6" "-o"