[asan] change the asan output slightly to avoid user confusion: a) add ':' after...
authorKostya Serebryany <kcc@google.com>
Mon, 15 Oct 2012 13:04:58 +0000 (13:04 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 15 Oct 2012 13:04:58 +0000 (13:04 +0000)
commit16205cd4fa2c816b7ee19fa38c133831fb754393
treecc632fd70ddfc5de216fb1dd1422fe8d99991e7d
parent49c8eea3c045a5174ad29ff65b4d1d360879d9f1
[asan] change the asan output slightly to avoid user confusion: a) add ':' after 'AddressSanitizer' and b) changed 'crashed' to 'SEGV'

llvm-svn: 165932
compiler-rt/lib/asan/asan_report.cc
compiler-rt/lib/asan/lit_tests/Linux/initialization-bug-any-order.cc
compiler-rt/lib/asan/lit_tests/deep_stack_uaf.cc
compiler-rt/lib/asan/lit_tests/deep_tail_call.cc
compiler-rt/lib/asan/lit_tests/deep_thread_stack.cc
compiler-rt/lib/asan/lit_tests/initialization-bug.cc
compiler-rt/lib/asan/lit_tests/large_func_test.cc
compiler-rt/lib/asan/lit_tests/memcmp_test.cc
compiler-rt/lib/asan/lit_tests/null_deref.cc
compiler-rt/lib/asan/lit_tests/shared-lib-test.cc
compiler-rt/lib/asan/lit_tests/use-after-free.cc