[compiler-rt] 3a3ce59 - [sanitizers] Update global_symbols.txt
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 18 23:40:27 PST 2023
Author: Vitaly Buka
Date: 2023-02-18T23:40:11-08:00
New Revision: 3a3ce5912324a2b795838be0936e5e166ecba3e2
URL: https://github.com/llvm/llvm-project/commit/3a3ce5912324a2b795838be0936e5e166ecba3e2
DIFF: https://github.com/llvm/llvm-project/commit/3a3ce5912324a2b795838be0936e5e166ecba3e2.diff
LOG: [sanitizers] Update global_symbols.txt
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 d923b1f9d474..00c35fadc380 100644
--- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
+++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
@@ -111,6 +111,7 @@ memcpy U
memmove U
memset U
mkdir U
+modf U
munmap U
newlocale U
perror U
@@ -154,12 +155,15 @@ strncmp U
strncpy U
strrchr U
strsep U
+strtod U
strtod_l U
strtof_l U
strtok_r U
strtol U
strtold_l U
+strtoll U
strtoll_l U
+strtoull U
strtoull_l U
syscall U
sysconf U
More information about the llvm-commits
mailing list