[all-commits] [llvm/llvm-project] 2531b4: [ELF] Move InStruct into Ctx. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Sep 15 16:59:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2531b46264cd066d51f2571d134a63998d13710f
https://github.com/llvm/llvm-project/commit/2531b46264cd066d51f2571d134a63998d13710f
Author: Fangrui Song <i at maskray.me>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/OutputSections.cpp
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
Log Message:
-----------
[ELF] Move InStruct into Ctx. NFC
Ctx was introduced in March 2022 as a more suitable place for such
singletons.
`#define in ctx.sec` is used for now to avoid migrating `in.xxx`.
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