[PATCH] [msan] Mark one test as only supported on x86
Jay Foad
jay.foad at gmail.com
Tue Jun 23 13:20:16 PDT 2015
Tweak REQUIRES line.
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
#include <emmintrin.h>
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10652.28278.patch
Type: text/x-patch
Size: 366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150623/549be733/attachment.bin>
More information about the llvm-commits
mailing list