[all-commits] [llvm/llvm-project] 2e2d53: [ELF] Move combineEhSections from Writer to Synthe...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 29 00:47:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e2d5304f0e36083e173995df160bce3c6287a22
https://github.com/llvm/llvm-project/commit/2e2d5304f0e36083e173995df160bce3c6287a22
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
M lld/ELF/Writer.cpp
M lld/ELF/Writer.h
Log Message:
-----------
[ELF] Move combineEhSections from Writer to SyntheticSections. NFC
This not only places the function in the right place, but also allows inlining addSection.
More information about the All-commits
mailing list