Skip to content

Commit

Permalink
Drop ittapi patch for LLMV >= 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Oct 13, 2024
1 parent 13fcf3d commit 8df4c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
4 changes: 1 addition & 3 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ $$(LLVM_BUILDDIR_withtype)/build-compiled: $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patc
LLVM_PATCH_PREV := $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied
endef

ifeq ($(shell test $(LLVM_VER_MAJ) -ge 19 && echo true),true)
$(eval $(call LLVM_PATCH,llvm19-ittapi-cmake))
else
ifeq ($(shell test $(LLVM_VER_MAJ) -lt 19 && echo true),true)
$(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
endif

Expand Down
77 changes: 0 additions & 77 deletions deps/patches/llvm19-ittapi-cmake.patch

This file was deleted.

0 comments on commit 8df4c85

Please sign in to comment.