[compiler-rt] r236833 - [Msan] Fix the report-demangling.cc test to pass on FreeBSD

Viktor Kutuzov vkutuzov at accesssoftek.com
Fri May 8 05:10:47 PDT 2015


Author: vkutuzov
Date: Fri May  8 07:10:46 2015
New Revision: 236833

URL: http://llvm.org/viewvc/llvm-project?rev=236833&view=rev
Log:
[Msan] Fix the report-demangling.cc test to pass on FreeBSD
Differential Revision: http://reviews.llvm.org/D9554

Modified:
    compiler-rt/trunk/test/msan/report-demangling.cc

Modified: compiler-rt/trunk/test/msan/report-demangling.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/report-demangling.cc?rev=236833&r1=236832&r2=236833&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/report-demangling.cc (original)
+++ compiler-rt/trunk/test/msan/report-demangling.cc Fri May  8 07:10:46 2015
@@ -15,5 +15,5 @@ int main(int argc, char **argv) {
   return f();
   // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
   // CHECK: Uninitialized value was created by an allocation of 'x' in the stack frame of function '_Z1fv'
-  // CHECK: #0 {{.*}} in f() {{.*}}report-demangling.cc:[[@LINE-10]]
+  // CHECK: #0 {{.*}} in f{{.*}} {{.*}}report-demangling.cc:[[@LINE-10]]
 }





More information about the llvm-commits mailing list