Bug 263051 - devel/llvm-devel: enable COMPILER_RT on riscv64
Summary: devel/llvm-devel: enable COMPILER_RT on riscv64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: riscv Any
: --- Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-04 23:59 UTC by Piotr Kubaj
Modified: 2022-04-15 17:49 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (brooks)


Attachments
patch (2.68 KB, patch)
2022-04-04 23:59 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2022-04-04 23:59:20 UTC
Created attachment 232946 [details]
patch

cfi_ignorelist.txt doesn't exist on riscv64, so needs to be moved aside to amd64 and i386 blocks.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-04-15 17:48:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a4ca752487f4b7716b0e4debbaeada1bbe12f3e

commit 5a4ca752487f4b7716b0e4debbaeada1bbe12f3e
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2022-04-15 17:48:30 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2022-04-15 17:48:30 +0000

    devel/llvm-devel: Update to new snapshot

    Enable COMPILER_RT on RISC-V. [0]

    PR:             263051 [0]
    Submitted by:   pkubaj [0]

 devel/llvm-devel/Makefile                          | 41 ++++++++++++-----
 devel/llvm-devel/Makefile.snapshot                 |  4 +-
 devel/llvm-devel/distinfo                          |  6 +--
 ...ibomptarget_plugins_amdgpu_CMakeLists.txt (new) | 14 ++++++
 devel/llvm-devel/pkg-plist                         | 51 ++++++++++++++++++++--
 5 files changed, 97 insertions(+), 19 deletions(-)
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2022-04-15 17:49:14 UTC
Thanks for the submission