git: 9712479723b6 - main - ObsoleteFiles.inc: Add missed riscv64 file for LLVM 17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 17:08:12 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=9712479723b69ee15a1a1d3d550436aff55cf8ac
commit 9712479723b69ee15a1a1d3d550436aff55cf8ac
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2024-06-04 17:07:56 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2024-06-04 17:07:56 +0000
ObsoleteFiles.inc: Add missed riscv64 file for LLVM 17
LLVM 17 was the first version we shipped asan_static for.
---
ObsoleteFiles.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index bacd17a57b30..19eefda42fe9 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -370,6 +370,7 @@ OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-aarch64.a
OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-i386.a
OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-powerpc64.a
OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-powerpc64le.a
+OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-riscv64.a
OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-x86_64.a
OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-aarch64.a
OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-arm.a