[PATCH] D56448: [PPC64] Fix RelType in checkInt and checkAlignment diagnsotics.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 8 11:13:18 PST 2019
ruiu added inline comments.
================
Comment at: ELF/Arch/PPC64.cpp:615-617
+ // We need to save the original relocation type to use in diagnostics, and
+ // use the original type to determine if we should toc-optimize the
+ // instructions being relocated.
----------------
Where are you using this variable to check whether toc-optimize should be done or not?
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