Skip to content

Commit

Permalink
Add patch for lowering of atomicrmw on ppc
Browse files Browse the repository at this point in the history
only apply patch to 3.9 for now.
  • Loading branch information
vchuravy committed Sep 17, 2016
1 parent 3a31155 commit 9926ef7
Show file tree
Hide file tree
Showing 2 changed files with 735 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ $(eval $(call LLVM_PATCH,llvm-PR27046)) # Remove for 3.9
$(eval $(call LLVM_PATCH,llvm-3.8.0_ppc64_SUBFC8)) # Remove for 3.9
$(eval $(call LLVM_PATCH,llvm-D21271-instcombine-tbaa-3.8)) # Remove for 3.9
$(eval $(call LLVM_PATCH,llvm-win64-reloc-dwarf))
else ifeq ($(LLVM_VER_SHORT),3.9)
# fix lowering for atomics on ppc
$(eval $(call LLVM_PATCH,llvm-rL279933-ppc-atomicrmw-lowering)) # Remove for 4.0
endif # LLVM_VER

ifeq ($(LLVM_VER),3.7.1)
Expand Down
Loading

0 comments on commit 9926ef7

Please sign in to comment.