[all-commits] [llvm/llvm-project] 1bd5f3: [LLD][COFF] Move getChunk to LinkerDriver (NFC) (#...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Thu Jan 16 03:55:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bd5f34d76b788de48e95d2f9c1179cf2685fbe5
https://github.com/llvm/llvm-project/commit/1bd5f34d76b788de48e95d2f9c1179cf2685fbe5
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/ICF.cpp
M lld/COFF/MarkLive.cpp
M lld/COFF/SymbolTable.cpp
M lld/COFF/SymbolTable.h
M lld/COFF/Writer.cpp
Log Message:
-----------
[LLD][COFF] Move getChunk to LinkerDriver (NFC) (#123103)
The `getChunk` function returns all chunks, not just those specific to a
symbol table. Move it out of the `SymbolTable` class to clarify its
scope.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list