From 05c0963e78177b40766e97c302584ee089b5558b Mon Sep 17 00:00:00 2001 From: George Stagg Date: Wed, 6 Dec 2023 14:35:50 +0000 Subject: [PATCH] WIP: Update LLVM flang for -Wdocumentation bugfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae08543..c8df3eb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ download: $(SOURCE) wasm-runtime: $(RUNTIME_LIB) $(SOURCE): - git clone --single-branch -b webr --depth=1 https://github.com/r-wasm/llvm-project + git clone --single-branch -b webr-dev --depth=1 https://github.com/r-wasm/llvm-project .PHONY: flang flang: $(FLANG_BIN)