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++/2010-06-22-BitfieldInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/FrontendC++/2010-06-22-BitfieldInit.cpp') diff --git a/llvm/test/FrontendC++/2010-06-22-BitfieldInit.cpp b/llvm/test/FrontendC++/2010-06-22-BitfieldInit.cpp index 1cfe1f9f6fd..8dceb78bfc6 100644 --- a/llvm/test/FrontendC++/2010-06-22-BitfieldInit.cpp +++ b/llvm/test/FrontendC++/2010-06-22-BitfieldInit.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -g -c %s +// RUN: %llvmgxx -g -S %s struct TEST2 { int subid:32; -- cgit v1.2.3