[lld] [ELF] Rename LazyObject to LazySymbol. NFC (PR #78809)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 16:09:17 PST 2024
================
@@ -146,7 +146,7 @@ static uint64_t getSymVA(const Symbol &sym, int64_t addend) {
case Symbol::SharedKind:
case Symbol::UndefinedKind:
return 0;
- case Symbol::LazyObjectKind:
+ case Symbol::LazySymbolKind:
----------------
MaskRay wrote:
Thanks for the suggestion!
https://github.com/llvm/llvm-project/pull/78809
More information about the llvm-commits
mailing list