On 10/01/2025 12:47, Sylvestre Ledru wrote:
Le 10/01/2025 à 12:08, Emilio Pozuelo Monfort a écrit :
Sylvestre, can those be added back, so
that amdgcn-tools can move to a newer llvm?
Sure, do you know how to do that?
I don't think it was intentional
I don't know. I see this in debian/rules for both llvm 18 and 19:
LIBCLC_TARGETS_TO_BUILD=amdgcn--;amdgcn--amdhsa;amdgcn-mesa-mesa3d;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl
LIBCLC_LLVM_SPIRV =
ifeq ($(LLVM_SPIRV_INSTALLED),yes)
LIBCLC_TARGETS_TO_BUILD :=
$(LIBCLC_TARGETS_TO_BUILD);spirv-mesa3d-;spirv64-mesa3d-
LIBCLC_LLVM_SPIRV = -DLLVM_SPIRV=$(LLVM_SPIRV)
endif
Perhaps Matthias can shed some light.
Cheers,
Emilio