[PATCH] D23201: [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 01:09:55 PDT 2016
grimar added a comment.
In https://reviews.llvm.org/D23201#509124, @ruiu wrote:
> As Davide pointed out, it needs a testcase. This is a subtle change, and I'm not sure if this is a bug of LLD.
I think it is definely not an issue of lld. But since that file was precompiled in the wild and ld works fine here, I think we also should
support this case, right ?
I`ll try to reduce it and prepare testcase, though I have no idea now how to do that since as I mentioned it is precompiled.
https://reviews.llvm.org/D23201
More information about the llvm-commits
mailing list