[PATCH] D94611: MC: AArch64: Add support for gotpage_lo15

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 13:21:43 PST 2021


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp:331
+          else
+            return ELF::R_AARCH64_LD64_GOT_LO12_NC;
         } else {
----------------
https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return


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

https://reviews.llvm.org/D94611



More information about the llvm-commits mailing list