From a73298aea28e2eab698581d7ba1e4dcceba95855 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 16 Jul 2014 18:20:35 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213179 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cl-options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index 405f0b0512..b5e9722066 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -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 -- 2.50.1