[compiler-rt] r257479 - [compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.cc

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 07:16:34 PST 2016


Author: azanella
Date: Tue Jan 12 09:16:34 2016
New Revision: 257479

URL: http://llvm.org/viewvc/llvm-project?rev=257479&view=rev
Log:
[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.

Modified:
    compiler-rt/trunk/test/msan/insertvalue_origin.cc

Modified: compiler-rt/trunk/test/msan/insertvalue_origin.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/insertvalue_origin.cc?rev=257479&r1=257478&r2=257479&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/insertvalue_origin.cc (original)
+++ compiler-rt/trunk/test/msan/insertvalue_origin.cc Tue Jan 12 09:16:34 2016
@@ -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>




More information about the llvm-commits mailing list