[llvm-commits] [llvm] r72023 - /llvm/trunk/test/FrontendC/2009-05-17-AlwaysInline.c
Bill Wendling
isanbard at gmail.com
Mon May 18 11:09:37 PDT 2009
Author: void
Date: Mon May 18 13:09:36 2009
New Revision: 72023
URL: http://llvm.org/viewvc/llvm-project?rev=72023&view=rev
Log:
Commands beginning with '--' are converted to '-f' by gcc. Blech!
Modified:
llvm/trunk/test/FrontendC/2009-05-17-AlwaysInline.c
Modified: llvm/trunk/test/FrontendC/2009-05-17-AlwaysInline.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-05-17-AlwaysInline.c?rev=72023&r1=72022&r2=72023&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2009-05-17-AlwaysInline.c (original)
+++ llvm/trunk/test/FrontendC/2009-05-17-AlwaysInline.c Mon May 18 13:09:36 2009
@@ -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>
More information about the llvm-commits
mailing list