[PATCH] D30975: [msan] Relaex lit check in wcsncpy.cc
Eric Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 05:26:35 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL297828: [msan] Relax lit check in wcsncpy.cc (authored by ioeric).
Changed prior to commit:
https://reviews.llvm.org/D30975?vs=91854&id=91863#toc
Repository:
rL LLVM
https://reviews.llvm.org/D30975
Files:
compiler-rt/trunk/test/msan/wcsncpy.cc
Index: compiler-rt/trunk/test/msan/wcsncpy.cc
===================================================================
--- compiler-rt/trunk/test/msan/wcsncpy.cc
+++ compiler-rt/trunk/test/msan/wcsncpy.cc
@@ -30,7 +30,7 @@
// CHECK: in main {{.*}}wcsncpy.cc:26
// CHECK: Uninitialized value was stored to memory at
-// CHECK: in wcsncpy
+// CHECK: in {{[^\s]*}}wcsncpy
// CHECK: in main {{.*}}wcsncpy.cc:25
// CHECK: Memory was marked as uninitialized
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30975.91863.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170315/fec20e10/attachment-0001.bin>
More information about the llvm-commits
mailing list