[PATCH] D125450: [CSKY] Enable relocation resolver for CSKY
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 13:42:50 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Object/RelocationResolver.cpp:502
+ uint64_t LocData, int64_t Addend) {
+ int64_t RA = Addend;
+ switch (Type) {
----------------
Remove the variable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125450/new/
https://reviews.llvm.org/D125450
More information about the llvm-commits
mailing list