Date: Tue, 11 Jan 2022 13:30:58 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261106] devel/llvm90: enable COMPILER_RT on riscv64 Message-ID: <bug-261106-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261106 Bug ID: 261106 Summary: devel/llvm90: enable COMPILER_RT on riscv64 Product: Ports & Packages Version: Latest Hardware: riscv OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: brooks@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: riscv@FreeBSD.org Flags: maintainer-feedback?(brooks@FreeBSD.org) CC: riscv@FreeBSD.org Assignee: brooks@FreeBSD.org Created attachment 230903 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D230903&action= =3Dedit patch 1. COMPILER_RT builds libclang_rt.builtins-riscv64.a library, but not cfi_blacklist.txt, so _COMPILER_RT_BLACKLISTS needs to be put into amd64 and i386 cases. 2. Instead of: .if ${ARCH} .endif .if {ARCH} Do: .if ${ARCH} .elseif ${ARCH} 3. Remove whitespace at the end of line. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261106-7788>