[all-commits] [llvm/llvm-project] f22af5: [LLD][COFF] Move symbol mangling and lookup helper...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Wed Jan 15 06:21:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f22af59336d45d2a000f1033be0203340bf8ad36
https://github.com/llvm/llvm-project/commit/f22af59336d45d2a000f1033be0203340bf8ad36
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/SymbolTable.cpp
M lld/COFF/SymbolTable.h
Log Message:
-----------
[LLD][COFF] Move symbol mangling and lookup helpers to SymbolTable class (NFC) (#122836)
This refactor prepares for further ARM64X hybrid support, where these
helpers will need to work with either the native or EC symbol table
based on context.
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