[PATCH] D29458: [asan] Move exception code to sanitizer_common.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 09:43:50 PST 2017


mpividori added a comment.

In https://reviews.llvm.org/D29458#664838, @etienneb wrote:

> This code will be used by an other sanitizer?


Hi @etienneb,
We want to have general support for Windows, not only on asan. Because of that all the refactory in:

- https://reviews.llvm.org/D29148
- https://reviews.llvm.org/D29154
- https://reviews.llvm.org/D29155
- https://reviews.llvm.org/D29158


https://reviews.llvm.org/D29458





More information about the llvm-commits mailing list