[compiler-rt] r368440 - [sanitizer] Update symbolizer/scripts/global_symbols.txt

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 07:03:31 PDT 2019


Author: d0k
Date: Fri Aug  9 07:03:30 2019
New Revision: 368440

URL: http://llvm.org/viewvc/llvm-project?rev=368440&view=rev
Log:
[sanitizer] Update symbolizer/scripts/global_symbols.txt

Modified:
    compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt

Modified: compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt?rev=368440&r1=368439&r2=368440&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt (original)
+++ compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt Fri Aug  9 07:03:30 2019
@@ -19,8 +19,13 @@ __interceptor_pthread_cond_broadcast w
 __interceptor_pthread_cond_wait w
 __interceptor_pthread_getspecific w
 __interceptor_pthread_key_create w
+__interceptor_pthread_mutex_destroy w
+__interceptor_pthread_mutex_init w
 __interceptor_pthread_mutex_lock w
 __interceptor_pthread_mutex_unlock w
+__interceptor_pthread_mutexattr_destroy w
+__interceptor_pthread_mutexattr_init w
+__interceptor_pthread_mutexattr_settype w
 __interceptor_pthread_once w
 __interceptor_pthread_setspecific w
 __interceptor_read w




More information about the llvm-commits mailing list