Skip to content

Commit

Permalink
deps/llvm: adjust include sequence, include .version first
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jun 17, 2022
1 parent bda346a commit 1850865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/llvm.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## LLVM ##
include $(SRCDIR)/llvm.version
include $(SRCDIR)/llvm-ver.make
include $(SRCDIR)/llvm-options.mk
include $(SRCDIR)/llvm.version

ifneq ($(USE_BINARYBUILDER_LLVM), 1)
LLVM_GIT_URL:=https://github.com/JuliaLang/llvm-project.git
Expand Down

0 comments on commit 1850865

Please sign in to comment.