[all-commits] [llvm/llvm-project] a051bb: [libcxxabi] Use ASan interface header for declarat...
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Tue May 25 13:07:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a051bbb53f6de8c2db8adf934ef7a9f5951ed0b8
https://github.com/llvm/llvm-project/commit/a051bbb53f6de8c2db8adf934ef7a9f5951ed0b8
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M libcxxabi/src/cxa_exception.cpp
Log Message:
-----------
[libcxxabi] Use ASan interface header for declaration. NFC
This was changed from using the header to using a forward declaration in
c4600ccf891c, since older versions of the header didn't declare the
function. At this point, it's been declared for ~3.5 years, and it
should be pretty safe to assume that we can rely on the ASan interface
header to provide a declaration instead of needing to write our own.
Reviewed By: #libc_abi, ldionne
Differential Revision: https://reviews.llvm.org/D103003
More information about the All-commits
mailing list