aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorsago35 <[email protected]>2021-04-18 17:53:40 +0900
committerAyke <[email protected]>2021-04-19 00:55:42 +0200
commit6152a661e846529489461a9f368ae840e17f8066 (patch)
treeacceaba2951075ba4fdff0eca761ccddeaf8785f /Makefile
parentf1a5743f77f6260799bf178b2eb7d23070c16f81 (diff)
downloadtinygo-6152a661e846529489461a9f368ae840e17f8066.tar.gz
tinygo-6152a661e846529489461a9f368ae840e17f8066.zip
ci: improve llvm-source cache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 284e4a959..8ed7782ae 100644
--- a/Makefile
+++ b/Makefile
@@ -152,9 +152,9 @@ gen-device-stm32: build/gen-device-svd
# Get LLVM sources.
-$(LLVM_PROJECTDIR)/README.md:
+$(LLVM_PROJECTDIR)/llvm:
git clone -b xtensa_release_11.0.0 --depth=1 https://github.com/tinygo-org/llvm-project $(LLVM_PROJECTDIR)
-llvm-source: $(LLVM_PROJECTDIR)/README.md
+llvm-source: $(LLVM_PROJECTDIR)/llvm
# Configure LLVM.
TINYGO_SOURCE_DIR=$(shell pwd)