[compiler-rt] [ASan][Windows] Synchronizing ASAN init on Windows (PR #71833)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 09:41:38 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:
It's close, but I assume you have branch per PR locally, because PRs include diffs from other PRs
With SPR you can have all patches in local branch, and upload them with spr diff --all, then it will create stacked review similar we had with Phabricator.
https://github.com/llvm/llvm-project/pull/71833
More information about the llvm-commits
mailing list