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

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 15:56:41 PST 2021


vitalybuka added a comment.

In D115204#3200939 <https://reviews.llvm.org/D115204#3200939>, @clemenswasser wrote:

> @mstorsjo probably my only option is to silence the warning locally?



In D115204#3200939 <https://reviews.llvm.org/D115204#3200939>, @clemenswasser wrote:

> @mstorsjo probably my only option is to silence the warning locally?

you can resize InternalMmapVector to sizeof(CONTEXT) and GetThreadContext directly to the buffer


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

https://reviews.llvm.org/D115204



More information about the llvm-commits mailing list