From da23cdeae4e80767cb2e8025269bd844c096ead1 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 29 Apr 2024 16:26:45 +0200 Subject: [PATCH] make: use release esp-17.0.1_20240419 tag for source from espressif LLVM fork for reproducible builds Signed-off-by: deadprogram --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 8987fcaa55..384a933d3d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -239,7 +239,7 @@ gen-device-renesas: build/gen-device-svd # Get LLVM sources. $(LLVM_PROJECTDIR)/llvm: - git clone -b xtensa_release_17.0.1 --depth=1 https://github.com/espressif/llvm-project $(LLVM_PROJECTDIR) + git clone -b esp-17.0.1_20240419 --depth=1 https://github.com/espressif/llvm-project $(LLVM_PROJECTDIR) llvm-source: $(LLVM_PROJECTDIR)/llvm # Configure LLVM.