[PATCH] D56448: [PPC64] Fix RelType in checkInt and checkAlignment diagnsotics.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 07:23:57 PST 2019


grimar added inline comments.


================
Comment at: ELF/Arch/PPC64.cpp:614
 void PPC64::relocateOne(uint8_t *Loc, RelType Type, uint64_t Val) const {
-  // We need to save the original relocation type to determine if we should
-  // toc-optimize the instructions being relocated.
+
+  // We need to save the original relocation type to use in diagnostics, and
----------------
Please remove this excessive empty line.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D56448





More information about the llvm-commits mailing list