[PATCH] D115204: Port __sanitizer::StopTheWorld to Windows

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 18 03:28:17 PST 2021


mstorsjo added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_win.cpp:112
+        if (thread_id == thread_entry.th32ThreadID) {
+          continue;
+        }
----------------
This continue will only affect the current for loop, which probably isn’t what you want


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115204/new/

https://reviews.llvm.org/D115204



More information about the llvm-commits mailing list