Skip to content

Commit

Permalink
LLVM 15 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Apr 17, 2022
1 parent 6106e6c commit fd75d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps/llvm.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LLVM_BRANCH=julia-13.0.1-0
LLVM_SHA1=julia-13.0.1-0
LLVM_BRANCH=kf-llvm15-0
LLVM_SHA1=kf-llvm15-0
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ else
ifeq ($(OS), Darwin)
CG_LLVMLINK += $(LLVM_LDFLAGS) -lLLVM
else
CG_LLVMLINK += $(LLVM_LDFLAGS) -lLLVM-13jl
CG_LLVMLINK += $(LLVM_LDFLAGS) -lLLVM-15jl
endif
endif
endif
Expand Down

0 comments on commit fd75d47

Please sign in to comment.