[PATCH] D115103: Leak Sanitizer port to Windows

Clemens Wasser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 22 15:07:56 PST 2021


clemenswasser added a comment.

The problem is, that `LSAN_BASE` is not always `use_stacks=0:use_registers=0`.
Also there are many test cases, where `LSAN_BASE` gets used multiple times.
Removing it would result in bad repetition.


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

https://reviews.llvm.org/D115103



More information about the cfe-commits mailing list