[PATCH] [msan] Mark one test as only supported on x86
Jay Foad
jay.foad at gmail.com
Tue Jun 23 06:46:17 PDT 2015
Hi garious, eugenis, samsonov,
This test uses x86 intrinsics, so it can't work on other platforms.
http://reviews.llvm.org/D10652
Files:
test/msan/vector_cvt.cc
Index: test/msan/vector_cvt.cc
===================================================================
--- test/msan/vector_cvt.cc
+++ test/msan/vector_cvt.cc
@@ -1,5 +1,6 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
// RUN: %clangxx_msan -DPOSITIVE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// REQUIRES: x86_64-supported-target,i386-supported-target
#include <emmintrin.h>
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10652.28235.patch
Type: text/x-patch
Size: 388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150623/366d513e/attachment.bin>
More information about the llvm-commits
mailing list