[PATCH] D29920: [ELF] Add test for relocations with section group
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 18:17:54 PST 2017
phosek added a comment.
Changing the code in `InputFiles.cpp` to avoid discarding `SHT_GROUP` sections in case when we're producing relocatable output fixes the crash. I'd be happy to upload that patch but I'm not 100% sure it's the best possible solution? Alternatively I can revert r294469 like you suggested and let @grimar look into it.
Repository:
rL LLVM
https://reviews.llvm.org/D29920
More information about the llvm-commits
mailing list