Edit

IABSD.fr/ports/lang

Branch :

  • Show log

    Commit

  • Author : jsing
    Date : 2025-06-19 15:06:20
    Hash : ff634eb1
    Message : lang/go: ignore mapping symbols on riscv64 Newer versions of LLVM produce mapping symbols on riscv64, which Go does not handle correctly. This results in link failures when cgo is used with internal linking. Backport a fix that exists upstream. Issue discovered by jca@ and relayed via tb@