Skip to content

Commit 1850865

Browse files
committed
deps/llvm: adjust include sequence, include .version first
1 parent bda346a commit 1850865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/llvm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## LLVM ##
2+
include $(SRCDIR)/llvm.version
23
include $(SRCDIR)/llvm-ver.make
34
include $(SRCDIR)/llvm-options.mk
4-
include $(SRCDIR)/llvm.version
55

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

0 commit comments

Comments
 (0)