[LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead of multiple types definitions...
authorGeorgii Rymar <grimar@accesssoftek.com>
Mon, 28 Dec 2020 10:20:00 +0000 (13:20 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Tue, 29 Dec 2020 07:50:07 +0000 (10:50 +0300)
commited146d6291ce510ef954d350e2ca5a107890c2d2
tree3c7d419da8d20151144367c09534497a0fb6fd20
parent53f80d6b3a01a79a9d448ad117c4b54a15ad08af
[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
lld/ELF/InputFiles.h
lld/ELF/SyntheticSections.h
lld/ELF/Writer.cpp