diff options
author | Justin Bogner <mail@justinbogner.com> | 2017-05-13 16:24:38 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2017-05-13 16:24:38 +0000 |
commit | 3a3e115e81519d176b3a7f235de53d4e8764970f (patch) | |
tree | 4a290a8db1c203fe5a6df2ec4ade54dc4b688693 /llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll | |
parent | ef46c2762acc8f0af01b42b2151dba0d6089aa4e (diff) | |
download | bcm5719-llvm-3a3e115e81519d176b3a7f235de53d4e8764970f.tar.gz bcm5719-llvm-3a3e115e81519d176b3a7f235de53d4e8764970f.zip |
MSan: Mark MemorySanitizer tests that use x86 intrinsics as REQUIRES: x86
Tests that use target intrinsics are inherently target specific. Mark
them as such.
llvm-svn: 302990
Diffstat (limited to 'llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll')
-rw-r--r-- | llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll b/llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll index 6541a1c3a39..8be085cff33 100644 --- a/llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll +++ b/llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -msan -msan-check-access-address=0 -S | FileCheck %s +; REQUIRES: x86 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |