r213179 - Don't use -msse2 in test/Driver/cl-options.c
Hans Wennborg
hans at hanshq.net
Wed Jul 16 11:20:38 PDT 2014
Author: hans
Date: Wed Jul 16 13:20:35 2014
New Revision: 213179
URL: http://llvm.org/viewvc/llvm-project?rev=213179&view=rev
Log:
Don't use -msse2 in test/Driver/cl-options.c
It's already tested in cl-x86-flags.c, and can only be used
when targeting X86.
Modified:
cfe/trunk/test/Driver/cl-options.c
Modified: cfe/trunk/test/Driver/cl-options.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl-options.c?rev=213179&r1=213178&r2=213179&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cl-options.c (original)
+++ cfe/trunk/test/Driver/cl-options.c Wed Jul 16 13:20:35 2014
@@ -301,7 +301,6 @@
// RUN: -fno-strict-aliasing \
// RUN: -fstrict-aliasing \
// RUN: -mllvm -disable-llvm-optzns \
-// RUN: -msse2 \
// RUN: -Wunused-variables \
// RUN: /Zs -- %s 2>&1
More information about the cfe-commits
mailing list