From 6ac157da0bcbd2951ee110d8da27eb188d2a3cd7 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 28 May 2013 14:27:30 +0000 Subject: [msan] Change report header to be more alike to ASan and TSan. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182774 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/msan/msan_report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msan/msan_report.cc') diff --git a/lib/msan/msan_report.cc b/lib/msan/msan_report.cc index 734fc96fe..1212e9cf9 100644 --- a/lib/msan/msan_report.cc +++ b/lib/msan/msan_report.cc @@ -94,7 +94,7 @@ void ReportUMR(StackTrace *stack, u32 origin) { Decorator d; Printf("%s", d.Warning()); - Report(" WARNING: Use of uninitialized value\n"); + Report(" WARNING: MemorySanitizer: use-of-uninitialized-value\n"); Printf("%s", d.End()); PrintStack(stack->trace, stack->size); if (origin) { -- cgit v1.2.3