[PATCH] D138135: [lld][ELF] Support LoongArch

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 01:02:02 PDT 2023


xen0n marked 7 inline comments as done.
xen0n added a comment.

Thanks for all the careful reviews that helped tremendously in improving the code quality (and forcing me to improve my ELF wrangling skills).

I've gone through the especially hard parts (`getLoongArchPageDelta` in particular; I had to JIT some funclets to ensure the operation is 100% correct) and I believe they //should// be good to go... And if things go awry I would surely be around to fix. Thanks go to everyone who has helped reviewing this code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138135



More information about the llvm-commits mailing list