Skip to content

Commit

Permalink
Merge pull request #23893 from JuliaLang/yyc/tests/llvm50
Browse files Browse the repository at this point in the history
Add patch set for LLVM 5.0
  • Loading branch information
yuyichao authored Sep 28, 2017
2 parents 4d2e1d7 + 238cca7 commit d1b6f78
Show file tree
Hide file tree
Showing 4 changed files with 2,240 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,14 @@ $(eval $(call LLVM_PATCH,llvm-D33129-scevexpander-non-integral)) # Remove for 5.
$(eval $(call LLVM_PATCH,llvm-Yet-another-fix))
$(eval $(call LLVM_PATCH,llvm-4.0.0-D37576-NVPTX-sm_70)) # NVPTX, Remove for 6.0
$(eval $(call LLVM_PATCH,llvm-loadcse-addrspace_4.0))
else ifeq ($(LLVM_VER_SHORT),5.0)
# Cygwin and openSUSE still use win32-threads mingw, https://llvm.org/bugs/show_bug.cgi?id=26365
$(eval $(call LLVM_PATCH,llvm-5.0.0_threads))
$(eval $(call LLVM_PATCH,llvm-3.9.0_D27296-libssp))
$(eval $(call LLVM_PATCH,llvm-D27629-AArch64-large_model_4.0))
$(eval $(call LLVM_PATCH,llvm-loadcse-addrspace_5.0))
$(eval $(call LLVM_PATCH,llvm-D34078-vectorize-fdiv))
$(eval $(call LLVM_PATCH,llvm-4.0.0-D37576-NVPTX-sm_70)) # NVPTX, Remove for 6.0
endif # LLVM_VER

$(LLVM_BUILDDIR_withtype)/build-configured: $(LLVM_PATCH_PREV)
Expand Down
Loading

0 comments on commit d1b6f78

Please sign in to comment.