Update llvm to latest point release
This commit is contained in:
parent
9f137753b9
commit
1231d44afc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue