https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279140

Olivier Certner <o...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |o...@freebsd.org

--- Comment #1 from Olivier Certner <o...@freebsd.org> ---
I had the same problem.  You are compiling Firefox with option LTO, which has
been broken since Rust's last update.  The new Rust indeed relies on LLVM 18,
which apparently produces LTO output unrecognized by LLVM 17.

Two possible workarounds:
- Either disable LTO and rebuild.
- Or keep LTO, and alter bsd.gecko.mk so that LLVM 18 is used.

I'm writing this from a Firefox recently built with the second alternative.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to