[PATCH] D37871: [ASAN] Add macro denoting availability of new `__asan_handle_no_return()` function.

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 15:26:11 PDT 2017


EricWF added a comment.

In https://reviews.llvm.org/D37871#871325, @eugenis wrote:

> This function was added to the header recently, but it has been provided by ASan runtime library since the beginning. Why not simply declare it in libc++abi?


I didn't know that. I'll come up with a separate patch set for that then.


https://reviews.llvm.org/D37871





More information about the cfe-commits mailing list