From: Bill Wendling Date: Mon, 18 May 2009 18:09:36 +0000 (+0000) Subject: Commands beginning with '--' are converted to '-f' by gcc. Blech! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b17e76d34adbc4852dbfe0c49dd4533dc806769c;p=oota-llvm.git Commands beginning with '--' are converted to '-f' by gcc. Blech! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72023 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2009-05-17-AlwaysInline.c b/test/FrontendC/2009-05-17-AlwaysInline.c index e758cbf6e7c..a93fabe0525 100644 --- a/test/FrontendC/2009-05-17-AlwaysInline.c +++ b/test/FrontendC/2009-05-17-AlwaysInline.c @@ -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