Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 23:10:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        riscv@FreeBSD.org
Subject:   [Bug 261106] devel/llvm90: enable COMPILER_RT on riscv64
Message-ID:  <bug-261106-40250-57CWc2g32n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261106-40250@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261106-40250@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261106

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D89ba74caeafbef6ed418cc07c392f99=
0347095c9

commit 89ba74caeafbef6ed418cc07c392f990347095c9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-01-11 23:07:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-01-11 23:07:43 +0000

    devel/llvm90: enable COMPILER_RT on riscv64

    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.

    PR:     261106
    Approved by:    brooks (maintainer)

 devel/llvm90/Makefile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261106-40250-57CWc2g32n>