[PATCH] D91404: RFC: [ELF] Add --dwarf32-before-dwarf64 to place DWARF32 input sections before DWARF64

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 23:04:44 PST 2020


MaskRay added inline comments.


================
Comment at: lld/ELF/OutputSections.cpp:170
+    } else {
+      auto &r = *static_cast<const typename ELFT::Rela *>(sec->firstRelocation);
+      return r.getType(config->isMips64EL) != target->symbolicRel;
----------------
This should be `Rel`. I'll add a mips64 test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91404



More information about the llvm-commits mailing list