[compiler-rt] [ASan][Windows] Synchronizing ASAN init on Windows (PR #71833)
Zack Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 11:49:33 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
----------------
zacklj89 wrote:
Apologies... I think I'm confused on how PRs work here. 😅
Are you saying rebase this branch with those, and then merge? In the future, is there a document for me to reference as to not trouble you with this?
https://github.com/llvm/llvm-project/pull/71833
More information about the llvm-commits
mailing list