[libcxx-commits] [PATCH] D103003: [libcxxabi] Use ASan interface header for declaration. NFC

Shoaib Meenai via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 25 13:07:34 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa051bbb53f6d: [libcxxabi] Use ASan interface header for declaration. NFC (authored by smeenai).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103003/new/

https://reviews.llvm.org/D103003

Files:
  libcxxabi/src/cxa_exception.cpp


Index: libcxxabi/src/cxa_exception.cpp
===================================================================
--- libcxxabi/src/cxa_exception.cpp
+++ libcxxabi/src/cxa_exception.cpp
@@ -20,7 +20,7 @@
 #include "include/atomic_support.h"
 
 #if __has_feature(address_sanitizer)
-extern "C" void __asan_handle_no_return(void);
+#include <sanitizer/asan_interface.h>
 #endif
 
 // +---------------------------+-----------------------------+---------------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103003.347765.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210525/7aa5d7d4/attachment.bin>


More information about the libcxx-commits mailing list