From 2b54baeb9693645c1634ffe0c82998c16f498b22 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 4 Jun 2017 08:21:58 +0000 Subject: [X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target' which seems to be the correct way to make them run on an x86 build. llvm-svn: 304682 --- llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll') diff --git a/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll b/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll index a4b8fdbd603..c605c97bba1 100644 --- a/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll +++ b/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -msan -msan-check-access-address=0 -S | FileCheck %s -; REQUIRES: x86 +; REQUIRES: x86-registered-target ; Test instrumentation of vector shift instructions. -- cgit v1.2.3