[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
Thu Jun 17 08:17:18 PDT 2021


xingxue updated this revision to Diff 352730.
xingxue added a comment.

Minor changes related to the `-Wunused-parameter` warning.

- Reverted the change in D104235 <https://reviews.llvm.org/D104235> that was to avoid the warning because the parameter is used in this patch.
- Changed from `uintptr_t base = 0` to `uintptr_t /*base*/ = 0` in 2 places to avoid the warning.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101298

Files:
  libcxxabi/src/cxa_personality.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101298.352730.patch
Type: text/x-patch
Size: 5431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210617/15b1ce93/attachment.bin>


More information about the libcxx-commits mailing list