[PATCH] D58205: [ELF] Support GNU compressed sections
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 14:18:59 PST 2019
pcc added a comment.
In D58205#1397161 <https://reviews.llvm.org/D58205#1397161>, @phosek wrote:
> In D58205#1397063 <https://reviews.llvm.org/D58205#1397063>, @pcc wrote:
>
> > The reason why Go tries to use this flag is because of a bug in Go which has now been fixed. I'd prefer that rather than implementing this feature just for the sake of a bug that has been fixed, affected developers should upgrade Go. To prevent the test from failing, we could arrange to disable the Go bindings test if lld is being used and the version of Go is too old.
>
>
> Do you know when was it fixed? I'm using go1.11.4 and I'm still seeing the failure in `Bindings/Go/go.test` when running `check-llvm`.
I think you might need go1.12rc1.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58205/new/
https://reviews.llvm.org/D58205
More information about the llvm-commits
mailing list