diff options
author | Francis Ricci <francisjricci@gmail.com> | 2017-05-10 16:33:46 +0000 |
---|---|---|
committer | Francis Ricci <francisjricci@gmail.com> | 2017-05-10 16:33:46 +0000 |
commit | 7ccb9077f2356b7c26c0715f5fd42b4c9c867944 (patch) | |
tree | 8e5988044594d662af4f1df7e2824f4c932e0f0b /lib/sanitizer_common/sanitizer_procmaps.h | |
parent | d1423875f45a73ff2f35cde0ca05feccbf318911 (diff) | |
download | compiler-rt-7ccb9077f2356b7c26c0715f5fd42b4c9c867944.tar.gz |
Revert "Add dyld to sanitizer procmaps on darwin"
This breaks several tests because we don't always have
access to __cxa_guard functions
This reverts commit 45eb470c3e9e8f6993a204e247c33d4092237efe.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_procmaps.h')
-rw-r--r-- | lib/sanitizer_common/sanitizer_procmaps.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_procmaps.h b/lib/sanitizer_common/sanitizer_procmaps.h index 5aad6b959..9dbb5ef0f 100644 --- a/lib/sanitizer_common/sanitizer_procmaps.h +++ b/lib/sanitizer_common/sanitizer_procmaps.h @@ -70,7 +70,6 @@ class MemoryMappingLayout { bool NextSegmentLoad(uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, ModuleArch *arch, u8 *uuid, uptr *protection); - void GetSegmentAddrRange(uptr *start, uptr *end, uptr vmaddr, uptr vmsize); int current_image_; u32 current_magic_; u32 current_filetype_; |