Skip to content

Commit f629c80

Browse files
committed
Fix #36955
This is an LLVM bug. See upstream discussion at https://reviews.llvm.org/D85499.
1 parent 4c1e3c0 commit f629c80

File tree

2 files changed

+426
-0
lines changed

2 files changed

+426
-0
lines changed

deps/llvm.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ $(eval $(call LLVM_PATCH,llvm-9.0-D65174-limit-merge-stores)) # remove for 10.0
429429
$(eval $(call LLVM_PATCH,llvm9-D71443-PPC-MC-redef-symbol)) # remove for 10.0
430430
$(eval $(call LLVM_PATCH,llvm-9.0-D78196)) # remove for 11.0
431431
$(eval $(call LLVM_PATCH,llvm-julia-tsan-custom-as))
432+
$(eval $(call LLVM_PATCH,llvm-9.0-D85499))
432433
endif # LLVM_VER 9.0
433434

434435
ifeq ($(LLVM_VER_SHORT),10.0)

0 commit comments

Comments
 (0)