summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/build-llvm.ps12
-rwxr-xr-xexternal/build-llvm.sh2
2 files changed, 2 insertions, 2 deletions
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