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

Clemens Wasser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 18 03:35:43 PST 2021


clemenswasser added inline comments.


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


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

https://reviews.llvm.org/D115204



More information about the llvm-commits mailing list