This is an archive of the discontinued LLVM Phabricator instance.

[esan] Add support for log_exe_name
ClosedPublic

Authored by bruening on May 27 2016, 1:03 PM.

Details

Summary

Adds the call needed to cache the binary name to support the sanitizer
option log_exe_name for usable log file results when running multiple
applications. Adds a test.

Diff Detail

Repository
rL LLVM

Event Timeline

bruening updated this revision to Diff 58827.May 27 2016, 1:03 PM
bruening retitled this revision from to [esan] Add support for log_exe_name.
bruening updated this object.
bruening added a reviewer: aizatsky.
bruening added subscribers: llvm-commits, eugenis, kcc and 2 others.
zhaoqin accepted this revision.Jun 2 2016, 11:50 AM
zhaoqin edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 2 2016, 11:50 AM
aizatsky accepted this revision.Jun 2 2016, 1:20 PM
aizatsky edited edge metadata.
This revision was automatically updated to reflect the committed changes.