[all-commits] [llvm/llvm-project] 48a6f2: [Object][Archive] Recompute headers and symbol map...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Sun Sep 28 11:17:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48a6f2f85c8269d8326c185016801a4eb8d5dfd6
https://github.com/llvm/llvm-project/commit/48a6f2f85c8269d8326c185016801a4eb8d5dfd6
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2025-09-28 (Sun, 28 Sep 2025)
Changed paths:
M llvm/lib/Object/ArchiveWriter.cpp
A llvm/test/tools/llvm-lib/sym64-threshold.test
Log Message:
-----------
[Object][Archive] Recompute headers and symbol map when switching from COFF to GNU64 (#160606)
COFF format has no 64-bit version, so we use GNU64 instead. Since this
changes the headers, we need to recalculate everything.
Fixes #160112.
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