summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-11-04 01:55:20 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-11-04 01:55:20 +0000
commit8f1632d5c1e32912365f5673d832e0e8c8080a89 (patch)
tree3dd6a6318d3bdb5ff6945da5a6abdd9dfc6015b9 /llvm/docs
parent49c541a7549eef84e5f046ba5d73906f27eef43d (diff)
downloadbcm5719-llvm-8f1632d5c1e32912365f5673d832e0e8c8080a89.tar.gz
bcm5719-llvm-8f1632d5c1e32912365f5673d832e0e8c8080a89.zip
[TSan] Don't strip binary/library name until the moment we print it.
This commit changes the place where TSan runtime turns full path to binary or shared library into its basename (/usr/foo/mybinary -> mybinary). Instead of doing it as early as possible (when we obtained the full path from the symbolizer), we now do it as late as possible (right before printing the error report). This seems like a right thing to do - stripping to basename is a detail of report formatting implementation, and should belong there. Also, we might need the full path at some point - for example, to match the suppressions. llvm-svn: 221225
Diffstat (limited to 'llvm/docs')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud