hanchenye-llvm-project/compiler-rt/lib/esan
Dmitry Vyukov 97cf5f7f40 esan: fix shadow setup
r337531 changed return type of MmapFixedNoReserve, but esan wasn't updated.
As the result esan shadow setup always fails.
We probably need to make MmapFixedNoAccess signature consistent
with MmapFixedNoReserve. But this is just to unbreak tests.
 

llvm-svn: 337550
2018-07-20 13:40:08 +00:00
..
CMakeLists.txt [CMake] Add compiler-rt header files to the list of sources for targets 2018-07-10 13:00:17 +00:00
cache_frag.cpp
cache_frag.h
esan.cpp esan: fix shadow setup 2018-07-20 13:40:08 +00:00
esan.h
esan.syms.extra
esan_circular_buffer.h
esan_flags.cpp
esan_flags.h
esan_flags.inc
esan_hashtable.h
esan_interceptors.cpp [sanitizer] Add fgets, fputs and puts into sanitizer_common 2018-06-11 22:58:04 +00:00
esan_interface.cpp
esan_interface_internal.h
esan_linux.cpp
esan_shadow.h
esan_sideline.h [esan] Fix compilation of signal handlers 2017-11-10 05:41:13 +00:00
esan_sideline_linux.cpp [sanitizer] Replace InternalScopedBuffer with InternalMmapVector 2018-05-07 05:56:36 +00:00
working_set.cpp Refactor MemoryMappingLayout::Next to use a single struct instead of output parameters. NFC. 2017-07-11 18:54:00 +00:00
working_set.h
working_set_posix.cpp [esan] Fix compilation of signal handlers 2017-11-10 05:41:13 +00:00