[PATCH] D61006: [ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 07:43:23 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD359099: [ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131 (authored by MaskRay, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61006?vs=196229&id=196453#toc

Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D61006

Files:
  ELF/ScriptParser.cpp


Index: ELF/ScriptParser.cpp
===================================================================
--- ELF/ScriptParser.cpp
+++ ELF/ScriptParser.cpp
@@ -752,7 +752,6 @@
   } else {
     skip(); // This is "COPY", "INFO" or "OVERLAY".
     Cmd->NonAlloc = true;
-    Cmd->Type = SHT_PROGBITS;
   }
   expect(")");
   return true;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61006.196453.patch
Type: text/x-patch
Size: 326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190424/78d0b78a/attachment.bin>


More information about the llvm-commits mailing list