[PATCH] [msan] lit tests
Evgeniy Stepanov
eugenis at google.com
Mon Feb 11 02:09:41 PST 2013
================
Comment at: lit_tests/heap-origin.cc:29
@@ +28,3 @@
+ // CHECK-ORIGINS: {{#0 0x.* in .*malloc}}
+ // CHECK-ORIGINS: {{#1 0x.* in main .*heap-origin.cc:21}}
+ return 0;
----------------
Kostya Serebryany wrote:
> Add the SUMMARY line, please
done
================
Comment at: lit_tests/heap-origin.cc:25
@@ +24,3 @@
+ // CHECK: WARNING: Use of uninitialized value
+ // CHECK: {{#0 0x.* in main .*heap-origin.cc:22}}
+
----------------
Kostya Serebryany wrote:
> Don't you want to use LINE instead of 22?
done
http://llvm-reviews.chandlerc.com/D389
More information about the llvm-commits
mailing list