[libcxx-commits] [PATCH] D101298: [libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarel
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 23 14:44:17 PDT 2021
xingxue marked an inline comment as done.
xingxue added inline comments.
================
Comment at: libcxxabi/src/cxa_personality.cpp:1281
+ _Unwind_Exception* unwind_exception, _Unwind_Context* context)
+ __attribute__((alias("__gxx_personality_v0")));
+#endif
----------------
compnerd wrote:
> It would be nice to use the reserved spelling (`__attribute__((__alias__("__gxx_personality_v0")))`)
Changed as suggested, thanks!
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