Skip to content

Commit fb319e2

Browse files
committed
Update to clang 17
1 parent 7142387 commit fb319e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ 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://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
12+
13+
CLANG_URL := https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang+llvm-17.0.6-x86_64-linux-gnu-ubuntu-22.04.tar.xz
1214

1315
SHARED_DIR := $(ROOT_DIR)/shared
1416

0 commit comments

Comments
 (0)