[PATCH] D96636: [lld][ELF] Support for zero flag section groups
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 13 15:01:57 PST 2021
MaskRay added inline comments.
================
Comment at: lld/test/ELF/gc-sections-group-debug.s:11
-.section .debug_types,"G", at progbits,abcd,comdat
+.section .debug_types,"G", at progbits,abcd
.quad .debug_types
----------------
This tests a real world use case, .debug_types which has the GRP_COMDAT flag.
You can add another section to `gc-sections-group.s`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96636/new/
https://reviews.llvm.org/D96636
More information about the llvm-commits
mailing list