[libcxx-commits] [PATCH] D75795: [libc++abi] Change __cxa_finalize return type to void

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 14 17:09:59 PDT 2020


ldionne added inline comments.


================
Comment at: libcxxabi/include/cxxabi.h:141
+// These functions are part of the C++ ABI, but they are not defined in libc++abi:
+//    void __cxa_atexit(void (*)(void *), void *, void *);
+//    void __cxa_finalize(void *);
----------------
rprichard wrote:
> The return type of __cxa_atexit should remain as `int`.
Uh, yeah, sorry. I don't know why I changed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75795



More information about the libcxx-commits mailing list