We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7142387 commit 41e1d23Copy full SHA for 41e1d23
Makefile
@@ -8,7 +8,7 @@ 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://mirrors.edge.kernel.org/pub/tools/llvm/files/llvm-18.1.3-x86_64.tar.xz
12
13
SHARED_DIR := $(ROOT_DIR)/shared
14
0 commit comments