r321482 - [hotfix]
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 27 01:55:03 PST 2017
Hi Coby, please include a brief description of your commit on the first
line of the commit message -- that's all that shows up on the commits list
and in the summary view of some repository tools.
On 27 Dec 2017 09:23, "Coby Tayree via cfe-commits" <
cfe-commits at lists.llvm.org> wrote:
Author: coby
Date: Wed Dec 27 01:22:34 2017
New Revision: 321482
URL: http://llvm.org/viewvc/llvm-project?rev=321482&view=rev
Log:
[hotfix]
fixinig test failures as seen here:
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_
64-scei-ps4-ubuntu-fast/builds/22791/steps/test/logs/stdio
which resulted by rL321480
Modified:
cfe/trunk/test/Driver/x86-target-features.c
Modified: cfe/trunk/test/Driver/x86-target-features.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/
x86-target-features.c?rev=321482&r1=321481&r2=321482&view=diff
============================================================
==================
--- cfe/trunk/test/Driver/x86-target-features.c (original)
+++ cfe/trunk/test/Driver/x86-target-features.c Wed Dec 27 01:22:34 2017
@@ -102,17 +102,11 @@
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mgfni %s -###
-o %t.o 2>&1 | FileCheck -check-prefix=GFNI %s
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-gfni %s
-### -o %t.o 2>&1 | FileCheck -check-prefix=NO-GFNI %s
-<<<<<<<
// GFNI: "-target-feature" "+gfni"
// NO-GFNI: "-target-feature" "-gfni
-=======
-// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-clzero %s
-### -o %t.o 2>&1 | FileCheck -check-prefix=NO-CLZERO %s
-// CLZERO: "-target-feature" "+clzero"
-// NO-CLZERO: "-target-feature" "-clzero"
-
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mvpclmulqdq %s
-### -o %t.o 2>&1 | FileCheck -check-prefix=VPCLMULQDQ %s
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-vpclmulqdq
%s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-VPCLMULQDQ %s
// VPCLMULQDQ: "-target-feature" "+vpclmulqdq"
// NO-VPCLMULQDQ: "-target-feature" "-vpclmulqdq"
->>>>>>>
+
_______________________________________________
cfe-commits mailing list
cfe-commits at lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171227/ed6b9d09/attachment.html>
More information about the cfe-commits
mailing list