[PATCH] D94538: [ELF][NFCI] small cleanup to OutputSections.h

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 15:10:20 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6166b91e8371: [ELF][NFCI] small cleanup to OutputSections.h (authored by inglorion).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94538/new/

https://reviews.llvm.org/D94538

Files:
  lld/ELF/OutputSections.h


Index: lld/ELF/OutputSections.h
===================================================================
--- lld/ELF/OutputSections.h
+++ lld/ELF/OutputSections.h
@@ -135,12 +135,6 @@
   static OutputSection *finiArray;
 };
 
-} // namespace elf
-} // namespace lld
-
-namespace lld {
-namespace elf {
-
 uint64_t getHeaderSize();
 
 extern std::vector<OutputSection *> outputSections;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94538.316252.patch
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210112/8a3e6fbe/attachment.bin>


More information about the llvm-commits mailing list