[PATCH] D125074: [ELF] Change (NOLOAD) type mismatch to use SHT_NOBITS instead of SHT_PROGBITS

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 23:34:18 PDT 2022


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: lld/ELF/OutputSections.cpp:127
+      if (!typeIsSet)
+        type = SHT_PROGBITS;
     } else {
----------------
manojgupta wrote:
> please remove tab.
There is no tab. Phabricator may display increasing indent with `>>`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125074



More information about the llvm-commits mailing list