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 fe12043 commit b849f27Copy full SHA for b849f27
deps/llvm.mk
@@ -235,9 +235,9 @@ 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))
+$(eval $(call LLVM_PATCH,llvm19-ittapi-cmake))
239
else
240
- $(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
+$(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
241
endif
242
243
ifeq ($(USE_SYSTEM_ZLIB), 0)
0 commit comments