[all-commits] [llvm/llvm-project] 87d379: [lld-macho] Remove cuIndices indirection in Unwind...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 2 00:18:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87d37956b33d4b582e6ff7a0ed4707e70bef361d
https://github.com/llvm/llvm-project/commit/87d37956b33d4b582e6ff7a0ed4707e70bef361d
Author: Fangrui Song <i at maskray.me>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M lld/MachO/UnwindInfoSection.cpp
Log Message:
-----------
[lld-macho] Remove cuIndices indirection in UnwindInfoSection. NFC (#170252)
cuEntries was sorted indirectly through a separate `cuIndices`.
Eliminate cuIndices for simplicity.
Linking chromium_framework from `#48001` with `-no_uuid` gives identical
executable using this patch.
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