summaryrefslogtreecommitdiff
path: root/lib/esan
diff options
context:
space:
mode:
authorDerek Bruening <bruening@google.com>2016-06-02 20:50:30 +0000
committerDerek Bruening <bruening@google.com>2016-06-02 20:50:30 +0000
commitd14ed3a66e4ba7490aad0599b53cb8da6190c839 (patch)
treef99ce666b122f65a05fdea170cadbbd625fae0db /lib/esan
parent6102e3a4cc8559e379a8c94ff2dfc91ead0eea8c (diff)
[esan] Add support for log_exe_name
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. Reviewers: aizatsky Subscribers: vitalybuka, zhaoqin, kcc, eugenis, llvm-commits, kubabrecka Differential Revision: http://reviews.llvm.org/D20747 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/esan')
-rw-r--r--lib/esan/esan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/esan/esan.cpp b/lib/esan/esan.cpp
index 1f116da08..4b5790bf3 100644
--- a/lib/esan/esan.cpp
+++ b/lib/esan/esan.cpp
@@ -181,6 +181,7 @@ void initializeLibrary(ToolType Tool) {
}
WhichTool = Tool;
SanitizerToolName = "EfficiencySanitizer";
+ CacheBinaryName();
initializeFlags();
// Intercepting libc _exit or exit via COMMON_INTERCEPTOR_ON_EXIT only