Skip to content

Commit

Permalink
Update to clang 18 prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed Apr 9, 2024
1 parent 7142387 commit 41e1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_DIR := $(ROOT_DIR)/scripts
CONFIG_DIR := $(ROOT_DIR)/config
CLANG_DIR ?= $(ROOT_DIR)/toolchain/clang

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

SHARED_DIR := $(ROOT_DIR)/shared

Expand Down

0 comments on commit 41e1d23

Please sign in to comment.