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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 11:11:54 PST 2017


kcc added a comment.

The amount if #if statements is extremely annoying, but we clearly don't want any more.

I am not sure why you need this function declaration in lib/sanitizer_common/sanitizer_common.h
given that it's definition and its use is in *win* files.


https://reviews.llvm.org/D29458





More information about the llvm-commits mailing list