[compiler-rt] 7d6528f - [sanitizer] Update undefined symbols of symbolizer
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 18:59:04 PDT 2022
Author: Vitaly Buka
Date: 2022-04-11T18:58:56-07:00
New Revision: 7d6528fc377a4f30f2514f415913675a98f4bbeb
URL: https://github.com/llvm/llvm-project/commit/7d6528fc377a4f30f2514f415913675a98f4bbeb
DIFF: https://github.com/llvm/llvm-project/commit/7d6528fc377a4f30f2514f415913675a98f4bbeb.diff
LOG: [sanitizer] Update undefined symbols of symbolizer
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 98e24ef8c7fa9..81875ed02e1d0 100644
--- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
+++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
@@ -6,7 +6,9 @@ _ZN11__sanitizer14internal_closeEi U
_ZN11__sanitizer14internal_fstatEiPv U
_ZN11__sanitizer14internal_lstatEPKcPv U
_ZN11__sanitizer15internal_strlenEPKc U
+_ZN11__sanitizer16internal_iserrorEjPi U
_ZN11__sanitizer16internal_iserrorEmPi U
+_ZN11__sanitizer17internal_snprintfEPcjPKcz
_ZN11__sanitizer17internal_snprintfEPcmPKcz U
__ctype_b_loc U
__ctype_get_mb_cur_max U
More information about the llvm-commits
mailing list