[PATCH] D114654: [PowerPC][AIX] Add toc-data support for 64-bit AIX
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 03:24:24 PST 2021
nemanjai added a comment.
In D114654#3156432 <https://reviews.llvm.org/D114654#3156432>, @sfertile wrote:
> Nice work Yousuf. Can you start by adding the context for the patch (for example if you used git diff or git show then adding -U9999 will give you 9999 lines of surrounding context in the diff), and running clang format on the patch?
Please note that you probably need at least another 9 to make it `-U99999` since there will be files that are well over 10kloc (looking at you PPCISelLowering.cpp). :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114654/new/
https://reviews.llvm.org/D114654
More information about the llvm-commits
mailing list