Update llvm to latest point release

This commit is contained in:
Morilli 2024-09-24 14:27:17 +02:00
parent 9f137753b9
commit 1231d44afc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
LLVM_TAG=llvmorg-18.1.3
LLVM_TAG=llvmorg-18.1.8
LLVM_DIRS="cmake compiler-rt libunwind libcxx libcxxabi runtimes"
LLVM_PATH=../llvm-project