Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

View File

@ -0,0 +1,15 @@
# Suppressions for TSan v2
# https://code.google.com/p/thread-sanitizer/wiki/Suppressions
# Incorrectly detected lock cycles in test-lockers
# https://code.google.com/p/thread-sanitizer/issues/detail?id=81
deadlock:LockAndUnlockDifferentIsolatesThread::Run
# A global safepoint might lock client isolate mutexes in any order, which
# would be reported as potential deadlocks.
deadlock:GlobalSafepoint::EnterGlobalSafepointScope
# Allow racy reads of constant HeapNumber field values, for concurrent compilers
# that promise that this race is benign (compilation will fail if the race
# happens).
race:RacyReadHeapNumberBits