Skip to content

Commit 41e1d23

Browse files
committed
Update to clang 18 prebuilt
1 parent 7142387 commit 41e1d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SCRIPT_DIR := $(ROOT_DIR)/scripts
88
CONFIG_DIR := $(ROOT_DIR)/config
99
CLANG_DIR ?= $(ROOT_DIR)/toolchain/clang
1010

11-
CLANG_URL := https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz
11+
CLANG_URL := https://mirrors.edge.kernel.org/pub/tools/llvm/files/llvm-18.1.3-x86_64.tar.xz
1212

1313
SHARED_DIR := $(ROOT_DIR)/shared
1414

0 commit comments

Comments
 (0)