[compiler-rt] dbf39e5 - [sanitizer] Revert accidentally committed file

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 00:09:35 PDT 2020


Author: Vitaly Buka
Date: 2020-07-17T00:08:45-07:00
New Revision: dbf39e54f648771e5e4e9fb0b787c1b74e74dffd

URL: https://github.com/llvm/llvm-project/commit/dbf39e54f648771e5e4e9fb0b787c1b74e74dffd
DIFF: https://github.com/llvm/llvm-project/commit/dbf39e54f648771e5e4e9fb0b787c1b74e74dffd.diff

LOG: [sanitizer] Revert accidentally committed file

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/sanitizer_common.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_common.h b/compiler-rt/lib/sanitizer_common/sanitizer_common.h
index df9088b6929a..bf6ca735fb0d 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_common.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_common.h
@@ -109,7 +109,7 @@ void *MmapFixedOrDie(uptr fixed_addr, uptr size, const char *name = nullptr);
 void *MmapFixedOrDieOnFatalError(uptr fixed_addr, uptr size,
                                  const char *name = nullptr);
 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name = nullptr);
-void *MmapNoAccess(uptr size, const char *name = nullptr);
+void *MmapNoAccess(uptr size);
 // Map aligned chunk of address space; size and alignment are powers of two.
 // Dies on all but out of memory errors, in the latter case returns nullptr.
 void *MmapAlignedOrDieOnFatalError(uptr size, uptr alignment,


        


More information about the llvm-commits mailing list