File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,14 @@ static const char kStdSuppressions[] =
120
120
# endif // SANITIZER_SUPPRESS_LEAK_ON_PTHREAD_EXIT
121
121
# if SANITIZER_APPLE
122
122
// For Darwin and os_log/os_trace: https://reviews.llvm.org/D35173
123
+ # if SANITIZER_ARM64
124
+ // Apple Aarch64 leaks on startup in _fetchInitializingClassList and when
125
+ // using thread locals in dyld4::RuntimeState::_instantiateTLVs.
126
+ // See https://github.com/llvm/llvm-project/issues/115992.
127
+ " leak:*_os_trace*\n leak:*_fetchInitializingClassList*\n leak:*dyld4::RuntimeState::_instantiateTLVs*\n "
128
+ # else
123
129
" leak:*_os_trace*\n "
130
+ # endif
124
131
# endif
125
132
// TLS leak in some glibc versions, described in
126
133
// https://sourceware.org/bugzilla/show_bug.cgi?id=12650.
You can’t perform that action at this time.
0 commit comments