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 --- external/build-llvm.ps1 | 2 +- external/build-llvm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'external') diff --git a/external/build-llvm.ps1 b/external/build-llvm.ps1 index ff18ed12a..f403e6ae2 100644 --- a/external/build-llvm.ps1 +++ b/external/build-llvm.ps1 @@ -55,7 +55,7 @@ $null = Register-EngineEvent PowerShell.Exiting -Action $cleanup # Default values $repo = "https://github.com/llvm/llvm-project" -$branch = "llvmorg-13.0.1" +$branch = "llvmorg-14.0.6" $sourceDir = $tempDir.FullName $installPrefix = "" $config = "Release" diff --git a/external/build-llvm.sh b/external/build-llvm.sh index 0575bf4bf..b556bae79 100755 --- a/external/build-llvm.sh +++ b/external/build-llvm.sh @@ -54,7 +54,7 @@ trap cleanup EXIT SIGHUP SIGINT SIGTERM # Options and parsing # repo=https://github.com/llvm/llvm-project -branch=llvmorg-13.0.1 +branch=llvmorg-14.0.6 source_dir=$temp_dir install_prefix= config=Release -- cgit v1.2.3