[libcxx-commits] [PATCH] D101298: [libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarel
Saleem Abdulrasool via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 23 13:05:38 PDT 2021
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxxabi/src/cxa_personality.cpp:1281
+ _Unwind_Exception* unwind_exception, _Unwind_Context* context)
+ __attribute__((alias("__gxx_personality_v0")));
+#endif
----------------
It would be nice to use the reserved spelling (`__attribute__((__alias__("__gxx_personality_v0")))`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101298/new/
https://reviews.llvm.org/D101298
More information about the libcxx-commits
mailing list