[compiler-rt] 4a87afe - [sanitizer] Let internal symbolizer to use posix_memalign
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 18:44:05 PDT 2022
Author: Vitaly Buka
Date: 2022-08-09T18:44:00-07:00
New Revision: 4a87afe25fc718999e40cf2dc7f8d5ef1498b19a
URL: https://github.com/llvm/llvm-project/commit/4a87afe25fc718999e40cf2dc7f8d5ef1498b19a
DIFF: https://github.com/llvm/llvm-project/commit/4a87afe25fc718999e40cf2dc7f8d5ef1498b19a.diff
LOG: [sanitizer] Let internal symbolizer to use posix_memalign
Added:
Modified:
compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
index 8e8013853f7e..8863c2971e7b 100644
--- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
+++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
@@ -114,6 +114,7 @@ munmap U
newlocale U
perror U
posix_madvise U
+posix_memalign U
posix_spawn U
posix_spawn_file_actions_adddup2 U
posix_spawn_file_actions_addopen U
More information about the llvm-commits
mailing list