From 4721b6ef2dd4e1b39c85acc492f9c6af8898a34b Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Thu, 7 Aug 2025 14:48:34 -0400 Subject: Update LLVM from 13.0.1 to 14.0.6 (#8031) Full set of mutually exclusive choices for upgrading LLVM: - #8031 (you are here) - #8035 - #8036 - #8034 - #8038 - #8039 - #8033 Alternative to #8028. Required some minor changes due to these upstream commits: - llvm/llvm-project@e463b69736da8b0a950ecd937cf990401bdfcdeb - llvm/llvm-project@89b57061f7b769e9ea9bf6ed686e284f3e55affe --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/building.md b/docs/building.md index b8a3429a3..b6e18ad25 100644 --- a/docs/building.md +++ b/docs/building.md @@ -219,7 +219,7 @@ There are several options for getting llvm-support: the case that a prebuilt binary can't be found then the build will proceed as though `DISABLE` was chosen - Use a system supplied LLVM: `-DSLANG_SLANG_LLVM_FLAVOR=USE_SYSTEM_LLVM`, you - must have llvm-13.0 and a matching libclang installed. It's important that + must have llvm-14.0 and a matching libclang installed. It's important that either: - You don't end up linking to a dynamic libllvm.so, this will almost certainly cause multiple versions of LLVM to be loaded at runtime, -- cgit v1.2.3