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

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 6 21:27:11 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Itanium C++ ABI and Linux Standard Base Core Specification define it as returning a void. The declarations in glibc/musl/FreeBSD libc return a void.


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