From 5fe97a0490baffa4a23c1e5a36f47a73d56b58d7 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 25 Nov 2010 21:39:17 +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: 120160 --- llvm/test/FrontendC++/member-alignment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/FrontendC++/member-alignment.cpp') diff --git a/llvm/test/FrontendC++/member-alignment.cpp b/llvm/test/FrontendC++/member-alignment.cpp index 6afc0aaede1..c5b20b27932 100644 --- a/llvm/test/FrontendC++/member-alignment.cpp +++ b/llvm/test/FrontendC++/member-alignment.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -S -emit-llvm %s -o - | FileCheck %s +// RUN: %llvmgxx -S %s -o - | FileCheck %s // XFAIL: arm,powerpc // rdar://7268289 -- cgit v1.2.3