Auto merge of #120985 - Kobzol:linux-update-host-llvm, r=Mark-Simulacrum

Update host LLVM on x64 Linux to LLVM 18

Updates host LLVM on Linux to `18.1.0`.
This commit is contained in:
bors 2024-03-09 17:53:30 +00:00
commit 25ee3c6a2f

View File

@ -4,7 +4,7 @@ set -ex
source shared.sh
LLVM=llvmorg-17.0.4
LLVM=llvmorg-18.1.0
mkdir llvm-project
cd llvm-project