This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Replace VPrintf with VReport in sanitizer_tls_get_addr.cc
ClosedPublic

Authored by vitalybuka on Jul 19 2017, 5:33 PM.

Details

Summary

Thread id will be added to VRerort. Having thread here is useful.
This is also common place for logging for all sanitizers, so I can use this in
common test.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Jul 19 2017, 5:33 PM
alekseyshl accepted this revision.Jul 19 2017, 6:35 PM
This revision is now accepted and ready to land.Jul 19 2017, 6:35 PM
This revision was automatically updated to reflect the committed changes.