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
diff --git a/llvm/test/FrontendC++/2006-11-30-ConstantExprCrash.cpp b/llvm/test/FrontendC++/2006-11-30-ConstantExprCrash.cpp
index 365c8e8..d351b94 100644
--- a/llvm/test/FrontendC++/2006-11-30-ConstantExprCrash.cpp
+++ b/llvm/test/FrontendC++/2006-11-30-ConstantExprCrash.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -emit-llvm -S -o -
+// RUN: %llvmgxx %s -S -o -
// PR1027
struct sys_var {