From 5bd003fe49db3e885e024bffb75e3a6a916f0958 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 12 Jan 2016 15:16:34 +0000 Subject: [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 --- test/msan/insertvalue_origin.cc | 1 - 1 file changed, 1 deletion(-) 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 #include -- cgit v1.2.1