[Mesa-dev] mesa 20.0.0-devel fails to build

2019-11-14 Thread matt M
I recently tried to install the mesa-aco-git package from the Arch User Repository, and I kept getting an error, and the package failed to build. The error I was getting was a bunch of tracebacks and then "TypeError: expected string or bytes-like object." I figured that there was an issue with the

Re: [Mesa-dev] mesa 20.0.0-devel fails to build

2019-11-14 Thread Daniel Schürmann
The repository of mesa-aco-git is https://github.com/daniel-schuermann/mesa . In case, this issue cannot be reproduced upstream, please open a bug request there. Otherwise, I'd appreciate if you could open a bug report at the upstream gitlab. (Although, I highly doubt it is an issue in mesa, but

[Mesa-dev] LLVM + SPIRV-LLVM-Translator - compilation errors

2019-11-14 Thread Dieter Nützel
Hello Karol and Ilya, do you have any hints/pointers for me to solve these LLVM + SPIRV-LLVM-Translator - compilation errors. llvm-project git taken 'today'. [-] commit 95c770fbfb14b07e1af7c2d427c16745617d9f1f (HEAD -> master, origin/master, origin/HEAD) Author: Davide Italiano Date: Thu

Re: [Mesa-dev] LLVM + SPIRV-LLVM-Translator - compilation errors

2019-11-14 Thread Karol Herbst
might be that those definitions moved elsewhere or the headers were never directly included. In llvm 9 there are in llvm/InitializePasses.h, but maybe that's changed? And if not, maybe that file needs to be included in SPIRVLowerSPIRBlocks.cpp? On Fri, Nov 15, 2019 at 2:34 AM Dieter Nützel wrote

Re: [Mesa-dev] LLVM + SPIRV-LLVM-Translator - compilation errors

2019-11-14 Thread Dieter Nützel
Am 15.11.2019 03:27, schrieb Karol Herbst: might be that those definitions moved elsewhere or the headers were never directly included. In llvm 9 there are in llvm/InitializePasses.h, but maybe that's changed? And if not, maybe that file needs to be included in SPIRVLowerSPIRBlocks.cpp? Thank

[Mesa-dev] [PATCH] clover: Fix build after llvm 1dfede3122eec

2019-11-14 Thread Jan Vesely
CodeGenFileType enum was moved to Support/CodeGen.h Signed-off-by: Jan Vesely --- Tested by building and running CLOVER_DEBUG=llvm,native clinfo using both llvm-git (10) and llvm-9 .../state_trackers/clover/llvm/codegen/native.cpp| 10 -- src/gallium/state_trackers/clover/llvm/compat