[all-commits] [llvm/llvm-project] ed146d: [LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instea...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Dec 28 23:58:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed146d6291ce510ef954d350e2ca5a107890c2d2
https://github.com/llvm/llvm-project/commit/ed146d6291ce510ef954d350e2ca5a107890c2d2
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-12-29 (Tue, 29 Dec 2020)
Changed paths:
M lld/ELF/InputFiles.h
M lld/ELF/SyntheticSections.h
M lld/ELF/Writer.cpp
Log Message:
-----------
[LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead of multiple types definitions. NFCI.
We can reduce the number of "using" declarations.
`LLVM_ELF_IMPORT_TYPES_ELFT` was extended in D93801.
Differential revision: https://reviews.llvm.org/D93856
More information about the All-commits
mailing list