summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/insertvalue_origin.cc
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-01-12 15:16:34 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-01-12 15:16:34 +0000
commitc52448872b72bae205cb97281ecc14533e086684 (patch)
tree84603a6cdef0d3e7067e63c5d9d3d5db1fc062cd /compiler-rt/test/msan/insertvalue_origin.cc
parent5e1d5a789a0e95befc19bbcf267d2646fb3eb21b (diff)
downloadbcm5719-llvm-c52448872b72bae205cb97281ecc14533e086684.tar.gz
bcm5719-llvm-c52448872b72bae205cb97281ecc14533e086684.zip
[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.cc
This patch removes the requirement on stable-runtime on insertvalue_origin.cc testcase, added due a instrumentation failure on aarch64-linux. This is fixed on llvm code by r257375. llvm-svn: 257479
Diffstat (limited to 'compiler-rt/test/msan/insertvalue_origin.cc')
-rw-r--r--compiler-rt/test/msan/insertvalue_origin.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/insertvalue_origin.cc b/compiler-rt/test/msan/insertvalue_origin.cc
index 96d27f08937..a0c70023f2f 100644
--- a/compiler-rt/test/msan/insertvalue_origin.cc
+++ b/compiler-rt/test/msan/insertvalue_origin.cc
@@ -4,7 +4,6 @@
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
// Test origin propagation through insertvalue IR instruction.
-// REQUIRES: stable-runtime
#include <stdio.h>
#include <stdint.h>
OpenPOWER on IntegriCloud