Commands beginning with '--' are converted to '-f' by gcc. Blech!
authorBill Wendling <isanbard@gmail.com>
Mon, 18 May 2009 18:09:36 +0000 (18:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 18 May 2009 18:09:36 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72023 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2009-05-17-AlwaysInline.c

index e758cbf6e7c534483b9cddb5300d2acbb4841cfc..a93fabe052583bb3a2c1a25889b4bde5be80bb1f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -O0 -o - -mllvm --disable-llvm-optzns | grep bar
+// RUN: %llvmgcc -S %s -O0 -o - -mllvm -disable-llvm-optzns | grep bar
 // Check that the gcc inliner is turned off.
 
 #include <stdio.h>