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/working_set.h | |
| 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/working_set.h')
| -rw-r--r-- | compiler-rt/lib/esan/working_set.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/compiler-rt/lib/esan/working_set.h b/compiler-rt/lib/esan/working_set.h index 034dfe6d991..3750a480a11 100644 --- a/compiler-rt/lib/esan/working_set.h +++ b/compiler-rt/lib/esan/working_set.h @@ -21,7 +21,6 @@  namespace __esan {  void initializeWorkingSet(); -void initializeShadowWorkingSet();  int finalizeWorkingSet();  void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size,                                    bool IsWrite); | 

