[cfe-commits] r103758 - /cfe/trunk/test/Driver/bindings.c

Daniel Dunbar daniel at zuster.org
Thu May 13 19:02:13 PDT 2010


Author: ddunbar
Date: Thu May 13 21:02:13 2010
New Revision: 103758

URL: http://llvm.org/viewvc/llvm-project?rev=103758&view=rev
Log:
Force -no-integrated-as in this test.

Modified:
    cfe/trunk/test/Driver/bindings.c

Modified: cfe/trunk/test/Driver/bindings.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/bindings.c?rev=103758&r1=103757&r2=103758&view=diff
==============================================================================
--- cfe/trunk/test/Driver/bindings.c (original)
+++ cfe/trunk/test/Driver/bindings.c Thu May 13 21:02:13 2010
@@ -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





More information about the cfe-commits mailing list