d/rules: Add amdgcn-mesa-mesa3d to libclc build

Signed-off-by: Jordan Justen <jljusten@debian.org>
This commit is contained in:
Jordan Justen 2021-10-17 01:23:06 -07:00
parent 0ae8e6c3b2
commit 236aed51ac
No known key found for this signature in database
GPG Key ID: 37F99F68CAF992EB
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -1,7 +1,8 @@
llvm-toolchain-12 (1:12.0.1-11) UNRELEASED; urgency=medium
[ Jordan Justen ]
* UNRELEASED
* d/rules: Add amdgcn-mesa-mesa3d to libclc build.
Closes: #993904, #995069
-- Jordan Justen <jljusten@debian.org> Sun, 17 Oct 2021 01:17:06 -0700

2
debian/rules vendored
View File

@ -146,7 +146,7 @@ else
LLVM_SPIRV_INSTALLED = yes
endif
LIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl"
LIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;amdgcn-mesa-mesa3d;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl"
ifeq ($(LLVM_SPIRV_INSTALLED),yes)
LIBCLC_TARGETS_TO_BUILD := $(LIBCLC_TARGETS_TO_BUILD)";spirv-mesa3d-;spirv64-mesa3d-"
endif