Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2022 13:59:02 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f80c007c94f - main - devel/llvm-devel: fix plist on riscv64
Message-ID:  <202205061359.246Dx25P001706@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f80c007c94f947cc37ec88cce3631d7f75e8685

commit 8f80c007c94f947cc37ec88cce3631d7f75e8685
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-05-06 13:50:17 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-05-06 13:50:17 +0000

    devel/llvm-devel: fix plist on riscv64
    
    profile library has been added in https://github.com/llvm/llvm-project/commit/b5047c7329789c1ad905a3b7268c49b73fe34e2b
---
 devel/llvm-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 39bdb97be391..04190fc9d276 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -388,6 +388,7 @@ _COMPILER_RT_LIBS= \
 	libclang_rt.asan_cxx-riscv64.a.syms \
 	libclang_rt.asan_static-riscv64.a \
 	libclang_rt.builtins-riscv64.a \
+	libclang_rt.profile-riscv64.a \
 	libclang_rt.stats-riscv64.a \
 	libclang_rt.stats_client-riscv64.a \
 	libclang_rt.ubsan_minimal-riscv64.a \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205061359.246Dx25P001706>