[PATCH] D37574: [ELF] - Do not merge sections from SHT_GROUP when -relocatable

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 12:23:24 PDT 2017


ruiu added a comment.

This does not seems like a correct fix. Why do we merge sections in the first place? If we don't do that for -r, it shouldn't have been the issue, no?


https://reviews.llvm.org/D37574





More information about the llvm-commits mailing list