Skip to content

Commit 838fd44

Browse files
authored
update llvm to 18.1.3 and emscripten to 3.1.54 (#2595)
1 parent fa92686 commit 838fd44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/pipelines/runtimelab/install-emscripten.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ git clone https://github.com/emscripten-core/emsdk.git
1313
Set-Location -Path emsdk
1414

1515
# Checkout a specific commit to avoid unexpected issues
16-
git checkout 37b85e9
16+
git checkout c18280c
1717

18-
./emsdk install 3.1.47
18+
./emsdk install 3.1.54
1919

20-
./emsdk activate 3.1.47
20+
./emsdk activate 3.1.54
2121

2222
# Set a variable for later use (used in common/build.ps1)
2323
Write-Host "##vso[task.setvariable variable=NATIVEAOT_CI_WASM_BUILD_EMSDK_PATH]$PWD"

eng/pipelines/runtimelab/install-llvm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!(gcm cmake -ErrorAction SilentlyContinue))
3232

3333
if (!$NoClone)
3434
{
35-
$LlvmProjectTag = "llvmorg-17.0.4"
35+
$LlvmProjectTag = "llvmorg-18.1.3"
3636
$DepthOption = if ($CI) {"--depth","1"} else {}
3737
git clone https://github.com/llvm/llvm-project --branch $LlvmProjectTag $DepthOption
3838
}

0 commit comments

Comments
 (0)