[compiler-rt] r337872 - [sanitizer] Update symbolizer test.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 16:50:42 PDT 2018


Author: morehouse
Date: Tue Jul 24 16:50:42 2018
New Revision: 337872

URL: http://llvm.org/viewvc/llvm-project?rev=337872&view=rev
Log:
[sanitizer] Update symbolizer test.

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=337872&r1=337871&r2=337872&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 Tue Jul 24 16:50:42 2018
@@ -17,8 +17,12 @@ __errno_location U
 __interceptor_pread w
 __interceptor_pthread_cond_broadcast w
 __interceptor_pthread_cond_wait w
+__interceptor_pthread_getspecific w
+__interceptor_pthread_key_create w
 __interceptor_pthread_mutex_lock w
 __interceptor_pthread_mutex_unlock w
+__interceptor_pthread_once w
+__interceptor_pthread_setspecific w
 __interceptor_read w
 __interceptor_realpath w
 __moddi3 U




More information about the llvm-commits mailing list