diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2016-06-14 12:39:22 +0000 | 
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2016-06-14 12:39:22 +0000 | 
| commit | be7aa544f00eefb08ed442d6f967203c1369f95a (patch) | |
| tree | b971271e95f6fd346fd836f50f5d55f12259f54e /compiler-rt/lib/esan/esan.cpp | |
| parent | 223676d2ccc94fecb68cc0c00c02a6ee9d7aec9d (diff) | |
| download | bcm5719-llvm-be7aa544f00eefb08ed442d6f967203c1369f95a.tar.gz bcm5719-llvm-be7aa544f00eefb08ed442d6f967203c1369f95a.zip | |
Revert r272591, http://lab.llvm.org:8011/builders/clang-x64-ninja-win7 has been broken since this landed.
llvm-svn: 272659
Diffstat (limited to 'compiler-rt/lib/esan/esan.cpp')
| -rw-r--r-- | compiler-rt/lib/esan/esan.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/compiler-rt/lib/esan/esan.cpp b/compiler-rt/lib/esan/esan.cpp index e6d6aff3184..e7399e219e6 100644 --- a/compiler-rt/lib/esan/esan.cpp +++ b/compiler-rt/lib/esan/esan.cpp @@ -197,9 +197,6 @@ void initializeLibrary(ToolType Tool) {    }    initializeShadow(); -  if (__esan_which_tool == ESAN_WorkingSet) -    initializeShadowWorkingSet(); -    initializeInterceptors();    if (__esan_which_tool == ESAN_CacheFrag) { | 

