git: ffe526a580 - main - relnotes: note the updated LLVM version
Mitchell Horne
mhorne at FreeBSD.org
Thu Apr 8 18:56:59 UTC 2021
The branch main has been updated by mhorne (src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=ffe526a580db52a1c86fe50470a5b4edb5cdfe0d
commit ffe526a580db52a1c86fe50470a5b4edb5cdfe0d
Author: Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-04-05 21:13:41 +0000
Commit: Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-04-08 18:55:36 +0000
relnotes: note the updated LLVM version
Reviewed by: dim
Differential Revision: https://reviews.freebsd.org/D29649
---
website/content/en/releases/13.0R/relnotes.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index 42e0d4ee92..4ebd6307a6 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -186,6 +186,8 @@ The new versions do not depend on an external large number library, offer GNU bc
They support POSIX message catalogs and come with localized messages in Chinese, Dutch, English, French, German, Japanese, Polish, Portugueze, and Russian.
The previous implementation is still available in FreeBSD-13 and can be selected instead of the new one by the build option `WITHOUT_GH_BC`. gitref:c41fef90a7d[repository=src]
+The clang, lld, and lldb utilities and compiler-rt, llvm, libunwind, and libc++ libraries have been updated to version 11.0.1. gitref:39b7445e15cd[repository=src]
+
[[userland-deprecated-programs]]
=== Deprecated Applications
More information about the dev-commits-doc-all
mailing list