summaryrefslogtreecommitdiff
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
commit5bd003fe49db3e885e024bffb75e3a6a916f0958 (patch)
tree29e196d65cfc6666c939a267c30df5c308c57352
parentb4795f170e8b80bae845b11d8c5143ebee04907e (diff)
downloadcompiler-rt-5bd003fe49db3e885e024bffb75e3a6a916f0958.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257479 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/msan/insertvalue_origin.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/msan/insertvalue_origin.cc b/test/msan/insertvalue_origin.cc
index 96d27f089..a0c70023f 100644
--- a/test/msan/insertvalue_origin.cc
+++ b/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>