[libcxx-commits] [PATCH] D100504: [libc++abi][AIX] add personality and helper functions for the state table EH

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 9 21:50:46 PDT 2022


MaskRay added inline comments.


================
Comment at: libcxxabi/src/cxa_personality.cpp:1946
+
+// This function is for xlclang++. It aborts when a deleted virtual
+// function is called.
----------------
`xlclang++ may generate calls to __Deleted_Virtual` may be clearer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100504



More information about the libcxx-commits mailing list