[PATCH] D80765: [ELF] Handle bitcode comdat groups separately to deduplicate thinlto comdat sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 17 23:11:38 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/lto/debug-types-deduplication.ll:37
+!5 = !DISubroutineType(types: !{!6})
+!6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
+!7 = !DILocalVariable(name: "f1", scope: !4, file: !1,type: !8)
----------------
Can you drop some unneeded metadata nodes here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80765/new/
https://reviews.llvm.org/D80765
More information about the llvm-commits
mailing list