[PATCH] D71157: [ELF] Refine section group --gc-sections rules to not discard .debug_types

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 21:29:26 PST 2019


ruiu added inline comments.


================
Comment at: lld/ELF/InputFiles.cpp:500
 
 template <class ELFT>
+static void handleSectionGroup(ArrayRef<InputSectionBase *> sections,
----------------
Could you add a function comment to explain what the section group is and what this function is supposed to do?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71157





More information about the llvm-commits mailing list