[PATCH] D79926: [lld-macho] Support .subsections_via_symbols

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 08:07:47 PDT 2020


thakis added inline comments.


================
Comment at: lld/MachO/InputFiles.cpp:318
+    bool subsectionsViaSymbols = hdr->flags & MH_SUBSECTIONS_VIA_SYMBOLS;
+    parseSymbols(nList, strtab, subsectionsViaSymbols);
   }
----------------
This breaks the build on Linux: http://45.33.8.238/linux/18060/step_4.txt
And Windows: http://45.33.8.238/win/15558/step_4.txt

Please take a look, and revert if it takes a while to investigate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79926





More information about the llvm-commits mailing list