[all-commits] [llvm/llvm-project] c09d32: [ELF] Move EhInputSection out of inputSections. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jul 31 11:58:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c09d3235997a0d1a816e0210e0611be31a0e9415
https://github.com/llvm/llvm-project/commit/c09d3235997a0d1a816e0210e0611be31a0e9415
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/InputSection.cpp
M lld/ELF/InputSection.h
M lld/ELF/LinkerScript.cpp
M lld/ELF/MarkLive.cpp
M lld/ELF/SyntheticSections.cpp
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Move EhInputSection out of inputSections. NFC
inputSections temporarily contains EhInputSection objects mainly for
combineEhSections. Place EhInputSection objects into a new vector
ehInputSections instead of inputSections.
More information about the All-commits
mailing list