git: 8f80c007c94f - main - devel/llvm-devel: fix plist on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 May 2022 13:59:02 UTC
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 \