[ELF] Rename LazyObject to LazySymbol. NFC
commit7071a25d122e72fbb71cc2c34a0ec654035e75f4
authorFangrui Song <i@maskray.me>
Sat, 20 Jan 2024 00:15:52 +0000 (19 16:15 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 00:15:52 +0000 (19 16:15 -0800)
tree1d302ba87c73b8e4ebb5c0c595d71344e3abcf8d
parent46845074557484a82f4dc73647dad399e1c00e89
[ELF] Rename LazyObject to LazySymbol. NFC

LazySymbol (used by wasm port) is a more accurate name (the struct is
not about an object). However, the ELF port calls this LazyObject likely
because we used to have LazyArchive (removed by
https://reviews.llvm.org/D119074), and LazyObject has a similar naming
convention (LazyObjectSymbol would be better, but it is too long).

Reviewers: dschuff

Pull Request: https://github.com/llvm/llvm-project/pull/78809
lld/ELF/InputFiles.cpp
lld/ELF/Symbols.cpp
lld/ELF/Symbols.h