[all-commits] [llvm/llvm-project] 6166b9: [ELF][NFCI] small cleanup to OutputSections.h
inglorion via All-commits
all-commits at lists.llvm.org
Tue Jan 12 15:15:16 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6166b91e83716fbe930b2dc4e2a2217c52ee31a7
https://github.com/llvm/llvm-project/commit/6166b91e83716fbe930b2dc4e2a2217c52ee31a7
Author: Bob Haarman <llvm at inglorion.net>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M lld/ELF/OutputSections.h
Log Message:
-----------
[ELF][NFCI] small cleanup to OutputSections.h
OutputSections.h used to close the lld::elf namespace only to
immediately open it again. This change merges both parts into
one.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D94538
More information about the All-commits
mailing list