CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/20 08:43:10
Modified files:
lang/rust : Makefile
Log message:
lang/rust: switch back sparc64 to llvm13 from ports
rustc with llvm13 (from ports) doesn't work well for some ports ("error: failed
to parse bitcode for LTO module: Explicit gep type does not match pointee type
of pointer operand").
but rustc with llvm15 (embedded) fails to build librsvg ("error: internal
compiler error: unexpected panic") when compiling 'typenum' or 'os_str_bytes'
crates.
as librsvg takeout a large portion of the ports tree, prefer llvm13 for now,
while still debugging the problem.
with help from tb@
ok tb@