From: Nick Lewycky Date: Thu, 23 Jun 2011 05:38:06 +0000 (+0000) Subject: Fix this test on machines that don't run clang -cc1as when asked to assemble. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=115f2b95d5756319855249fe60aa91e273e3c191;p=clang Fix this test on machines that don't run clang -cc1as when asked to assemble. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133688 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/noexecstack.c b/test/Driver/noexecstack.c index 7431a193da..1f47728826 100644 --- a/test/Driver/noexecstack.c +++ b/test/Driver/noexecstack.c @@ -1 +1 @@ -// RUN: %clang -### %s -c -o tmp.o -Wa,--noexecstack 2>&1 | grep "mnoexecstack" +// RUN: %clang -### %s -c -o tmp.o -triple i686-pc-linux-gnu -integrated-as -Wa,--noexecstack 2>&1 | grep "mnoexecstack"