forked from OSchip/llvm-project
[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
This commit is contained in:
parent
5e1d5a789a
commit
c52448872b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue