[compiler-rt] 9762854 - [sanitizer] Add new symbolizer symbol

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 12:24:32 PDT 2023


Author: Thurston Dang
Date: 2023-05-25T19:24:02Z
New Revision: 9762854538a256d0de38bd413e6d0c29fd2af4f7

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

LOG: [sanitizer] Add new symbolizer symbol

wmemchr symbol is required after https://reviews.llvm.org/D144394
(see https://lab.llvm.org/buildbot/#/builders/37/builds/22340 for error message)

Differential Revision: https://reviews.llvm.org/D151484

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 49515f275baff..d245eb7157086 100644
--- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
+++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
@@ -184,6 +184,7 @@ waitpid U
 wcrtomb U
 wcslen U
 wcsnrtombs U
+wmemchr U
 wmemcpy U
 wmemmove U
 wmemset U


        


More information about the llvm-commits mailing list