[PATCH] D93856: [LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT macro instead of multiple types definitions. NFCI.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 28 23:53:52 PST 2020
grimar added a comment.
I had to revert the change in `SharedFile::parse()` before commit, because of warnings reported by GCC:
LLVM/llvm-project/llvm/include/llvm/Object/ELFTypes.h:136:50: warning: typedef ‘using Elf_Relr_Range = typename ELFT::RelrRange’ locally defined but not used [-Wunused-local-typedefs]
using Elf_Relr_Range = typename ELFT::RelrRange;
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93856/new/
https://reviews.llvm.org/D93856
More information about the llvm-commits
mailing list