[compiler-rt] a7992b4 - [NFC][compiler-rt][fuchsia] Add InitShadowBounds declaration to header

Leonard Chan via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 13:20:34 PDT 2021


Author: Leonard Chan
Date: 2021-07-08T13:19:17-07:00
New Revision: a7992b43a54f89dca7b76cb79d1045acce6dbe1f

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

LOG: [NFC][compiler-rt][fuchsia] Add InitShadowBounds declaration to header

Forgot to include this as a part of
a11aea68a4b31e72bc0b84bde5f3210048287d28.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h b/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
index 96f9cde7ef19..26c1deab9e5f 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
@@ -30,6 +30,8 @@ struct MemoryMappingLayoutData {
   size_t current;  // Current index into the vector.
 };
 
+void InitShadowBounds();
+
 }  // namespace __sanitizer
 
 #endif  // SANITIZER_FUCHSIA


        


More information about the llvm-commits mailing list