[Bug 261106] devel/llvm90: enable COMPILER_RT on riscv64
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261106] devel/llvm90: enable COMPILER_RT on riscv64"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261106] devel/llvm90: enable COMPILER_RT on riscv64"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261106] devel/llvm90: enable COMPILER_RT on riscv64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 13:30:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261106
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=230903&action=edit
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.
--
You are receiving this mail because:
You are on the CC list for the bug.