[PATCH] D37871: [ASAN] Add macro denoting availability of new `__asan_handle_no_return()` function.
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 14 15:25:00 PDT 2017
eugenis added a comment.
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?
https://reviews.llvm.org/D37871
More information about the cfe-commits
mailing list