https://sourceware.org/bugzilla/show_bug.cgi?id=33198
--- Comment #12 from Sam James <sam at gentoo dot org> ---
(In reply to H.J. Lu from comment #11)
> Created attachment 16200 [details]
> A new patch
>
> Please try this.
It fails (UNTESTED) because:
if { $llvm_plug_so eq "" } then {
should be:
if { $llvm_plug_so eq "LLVMgold.so" } then {
But then we can just make it an `} else {` with the `if` above.
With that change, it works.
--
You are receiving this mail because:
You are on the CC list for the bug.