]> granicus.if.org Git - clang/commitdiff
Force -no-integrated-as in this test.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 14 May 2010 02:02:13 +0000 (02:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 14 May 2010 02:02:13 +0000 (02:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103758 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/bindings.c

index 2271ab5c645917ce6be1c46d44ddffcf5f716f74..e7ec0c597d4b2c2ca7d7d2b78c96505ec945e2d0 100644 (file)
@@ -48,7 +48,7 @@
 // RUN: grep '"gcc::Compile", inputs: \[".*bindings.c"\], output: "bindings.s"' %t
 
 // Darwin bindings
-// RUN: %clang -ccc-host-triple i386-apple-darwin9 -ccc-print-bindings %s 2> %t
+// RUN: %clang -ccc-host-triple i386-apple-darwin9 -no-integrated-as -ccc-print-bindings %s 2> %t
 // RUN: grep '"clang", inputs: \[".*bindings.c"\], output: ".*\.s"' %t
 // RUN: grep '"darwin::Assemble", inputs: \[".*\.s"\], output: ".*\.o"' %t
 // RUN: grep '"darwin::Link", inputs: \[".*\.o"\], output: "a.out"' %t