Update host LLVM on x64 Linux to LLVM 18

This commit is contained in:
Jakub Beránek 2024-02-12 20:55:08 +01:00 committed by Jakub Beránek
parent b381d3ab27
commit aba389017a

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