We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d104ca commit e679362Copy full SHA for e679362
deps/llvm.mk
@@ -234,9 +234,7 @@ $$(LLVM_BUILDDIR_withtype)/build-compiled: $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patc
234
LLVM_PATCH_PREV := $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied
235
endef
236
237
-ifeq ($(shell test $(LLVM_VER_MAJ) -ge 19 && echo true),true)
238
-$(eval $(call LLVM_PATCH,llvm19-ittapi-cmake))
239
-else
+ifeq ($(shell test $(LLVM_VER_MAJ) -lt 19 && echo true),true)
240
$(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
241
endif
242
deps/patches/llvm19-ittapi-cmake.patch
0 commit comments