[PATCH] D23201: [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 14:28:55 PDT 2016
davide added a comment.
In https://reviews.llvm.org/D23201#510474, @ruiu wrote:
> Ed, do you happen to know the ld version number that produced wrong object files? I think we are fine with this change, but I'd like to add that information as the comment.
Actually, I think you might want the version of as(1). It's the same.
% as --version
GNU assembler 2.17.50 [FreeBSD] 2007-07-03
Copyright 2007 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-unknown-freebsd'.
https://reviews.llvm.org/D23201
More information about the llvm-commits
mailing list