summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/global-overflow.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-10-08 13:11:18 +0000
committerAlexey Samsonov <samsonov@google.com>2012-10-08 13:11:18 +0000
commit480477c0e1f99df40b64d4fc9cf8a458e8d11b78 (patch)
treecaa8bd84cd1cd442814f5d6b55c5c2287f2a5c54 /compiler-rt/lib/asan/lit_tests/global-overflow.cc
parent0ae35af51873e9750724145c4b524fdbc149accf (diff)
downloadbcm5719-llvm-480477c0e1f99df40b64d4fc9cf8a458e8d11b78.tar.gz
bcm5719-llvm-480477c0e1f99df40b64d4fc9cf8a458e8d11b78.zip
[ASan] use llvm-symbolizer for ASan lit-style tests on Mac
llvm-svn: 165391
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/global-overflow.cc')
-rw-r--r--compiler-rt/lib/asan/lit_tests/global-overflow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/global-overflow.cc b/compiler-rt/lib/asan/lit_tests/global-overflow.cc
index 9a0cd1d4338..fec3ce8340e 100644
--- a/compiler-rt/lib/asan/lit_tests/global-overflow.cc
+++ b/compiler-rt/lib/asan/lit_tests/global-overflow.cc
@@ -17,7 +17,7 @@ int main(int argc, char **argv) {
memset(ZZZ, 0, 10);
int res = YYY[argc * 10]; // BOOOM
// CHECK: {{READ of size 1 at 0x.* thread T0}}
- // CHECK: {{ #0 0x.* in main .*global-overflow.cc:18}}
+ // CHECK: {{ #0 0x.* in _?main .*global-overflow.cc:18}}
// CHECK: {{0x.* is located 0 bytes to the right of global variable}}
// CHECK: {{.*YYY.* of size 10}}
res += XXX[argc] + ZZZ[argc];
OpenPOWER on IntegriCloud