Skip to content

Commit e679362

Browse files
committed
Drop ittapi patch for LLMV >= 19
1 parent 5d104ca commit e679362

File tree

2 files changed

+1
-80
lines changed

2 files changed

+1
-80
lines changed

deps/llvm.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ $$(LLVM_BUILDDIR_withtype)/build-compiled: $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patc
234234
LLVM_PATCH_PREV := $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied
235235
endef
236236

237-
ifeq ($(shell test $(LLVM_VER_MAJ) -ge 19 && echo true),true)
238-
$(eval $(call LLVM_PATCH,llvm19-ittapi-cmake))
239-
else
237+
ifeq ($(shell test $(LLVM_VER_MAJ) -lt 19 && echo true),true)
240238
$(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
241239
endif
242240

deps/patches/llvm19-ittapi-cmake.patch

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)