We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7142387 commit fb319e2Copy full SHA for fb319e2
Makefile
@@ -8,7 +8,9 @@ SCRIPT_DIR := $(ROOT_DIR)/scripts
8
CONFIG_DIR := $(ROOT_DIR)/config
9
CLANG_DIR ?= $(ROOT_DIR)/toolchain/clang
10
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
+# 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
14
15
SHARED_DIR := $(ROOT_DIR)/shared
16
0 commit comments