[msan] Add source file:line to stack origin reports.

Test.

llvm-svn: 190690
This commit is contained in:
Evgeniy Stepanov 2013-09-13 12:55:07 +00:00
parent 0435ecd18f
commit 0da35401ce
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ int main(int argc, char **argv) {
// CHECK: {{#0 0x.* in main .*stack-origin.cc:}}[[@LINE-3]]
// CHECK-ORIGINS: Uninitialized value was created by an allocation of 'x' in the stack frame of function 'main'
// CHECK-ORIGINS: {{#0 0x.* in main .*stack-origin.cc:}}[[@LINE-9]]
// CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*stack-origin.cc:.* main}}
return 0;