forked from OSchip/llvm-project
[compiler-rt][mips] Fix a test for mips.
GCC 4.9.2 likes the specialize one of the memcpys in msan_interceptors.cc, leading to test failure. llvm-svn: 302561
This commit is contained in:
parent
a0efcfe92b
commit
ad11bf54bf
|
@ -50,7 +50,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
// CHECK: Uninitialized value was stored to memory at
|
||||
// CHECK-FULL-STACK: {{#1 .* in fn_h.*chained_origin_memcpy.cc:}}[[@LINE-15]]
|
||||
// CHECK-SHORT-STACK: {{#0 .* in __msan_memcpy .*msan_interceptors.cc:}}
|
||||
// CHECK-SHORT-STACK: {{#0 .* in __msan_memcpy.*msan_interceptors.cc:}}
|
||||
|
||||
// CHECK: Uninitialized value was stored to memory at
|
||||
// CHECK-FULL-STACK: {{#0 .* in fn_g.*chained_origin_memcpy.cc:}}[[@LINE-29]]
|
||||
|
|
Loading…
Reference in New Issue