Skip to content

Commit

Permalink
WIP: Update LLVM flang for -Wdocumentation bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Dec 6, 2023
1 parent 9ea2771 commit 05c0963
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 @@ -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)
Expand Down

0 comments on commit 05c0963

Please sign in to comment.