[all-commits] [llvm/llvm-project] 3a1b3c: [lld-macho][nfc] rename parsed-section types & var...
Greg McGary via All-commits
all-commits at lists.llvm.org
Tue Nov 16 06:09:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a1b3c9afe74ef09a16b2ceefeaad854acf3fe7d
https://github.com/llvm/llvm-project/commit/3a1b3c9afe74ef09a16b2ceefeaad854acf3fe7d
Author: Greg McGary <gkm at fb.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/ObjC.cpp
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Writer.cpp
Log Message:
-----------
[lld-macho][nfc] rename parsed-section types & variables
This is an NFC diff that prepares for pruning & relocating `__eh_frame`.
Along the way, I made the following changes to ...
* clarify usage of `section` vs. `subsection`
* remove `map` & `vec` from type names
* disambiguate class `Section` from template parameter `SectionHeader`.
Differential Revision: https://reviews.llvm.org/D113241
More information about the All-commits
mailing list