Skip to content

Commit

Permalink
Fix #36955
Browse files Browse the repository at this point in the history
This is an LLVM bug. See upstream discussion at https://reviews.llvm.org/D85499.
  • Loading branch information
Keno committed Aug 7, 2020
1 parent 4c1e3c0 commit f629c80
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ $(eval $(call LLVM_PATCH,llvm-9.0-D65174-limit-merge-stores)) # remove for 10.0
$(eval $(call LLVM_PATCH,llvm9-D71443-PPC-MC-redef-symbol)) # remove for 10.0
$(eval $(call LLVM_PATCH,llvm-9.0-D78196)) # remove for 11.0
$(eval $(call LLVM_PATCH,llvm-julia-tsan-custom-as))
$(eval $(call LLVM_PATCH,llvm-9.0-D85499))
endif # LLVM_VER 9.0

ifeq ($(LLVM_VER_SHORT),10.0)
Expand Down
Loading

0 comments on commit f629c80

Please sign in to comment.