mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-03 11:16:28 +00:00
d/rules: Add amdgcn-mesa-mesa3d to libclc build
Signed-off-by: Jordan Justen <jljusten@debian.org>
This commit is contained in:
parent
0ae8e6c3b2
commit
236aed51ac
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user