[compiler-rt] [ASan][Windows] Synchronizing ASAN init on Windows (PR #71833)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 09:54:56 PST 2023


================
@@ -93,6 +97,11 @@ AsanThreadContext *GetThreadContextByTidLocked(u32 tid) {
 AsanThread *AsanThread::Create(const void *start_data, uptr data_size,
                                u32 parent_tid, StackTrace *stack,
                                bool detached) {
+#if SANITIZER_WINDOWS
----------------
vitalybuka wrote:

I guess  just create PRs for 8ef594b and 8e9ce62
I will merge them asap, and you can rebase this one

https://github.com/llvm/llvm-project/pull/71833


More information about the llvm-commits mailing list