[PATCH] D24616: [ELF] Improve section GC for comdat groups
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 11:42:08 PDT 2016
evgeny777 added a comment.
I'm trying to keep debug information in --gc-sections mode. After I tried modifying isReserved() I immediately stepped on a crash, because .debug_lines section had relocation to one of the member of comdat groups. I think test case shows how this can happen, doesn't it?
Repository:
rL LLVM
https://reviews.llvm.org/D24616
More information about the llvm-commits
mailing list