From b32d19de6ac85560267e40a65b12f6ccea26f3b3 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 25 Nov 2010 21:24:35 +0000 Subject: Remove explicit uses of -emit-llvm, the test infrastructure adds it automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158 --- llvm/test/FrontendC/2007-02-04-AddrLValue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/FrontendC/2007-02-04-AddrLValue.c') diff --git a/llvm/test/FrontendC/2007-02-04-AddrLValue.c b/llvm/test/FrontendC/2007-02-04-AddrLValue.c index c8b65a946f5..214fce7747c 100644 --- a/llvm/test/FrontendC/2007-02-04-AddrLValue.c +++ b/llvm/test/FrontendC/2007-02-04-AddrLValue.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -O3 -S -o - -emit-llvm +// RUN: %llvmgcc %s -O3 -S -o - // PR1176 typedef struct -- cgit v1.2.3