[Mesa-dev] [clover] Compilation of latest 'libclc git' with LLVM 11.0.0git need ROCm?! - Didn't hit that ever before.

2020-04-14 Thread Dieter Nützel
Hello Jan, hello all, compiling latest libclc git 9aa6f35 (HEAD -> master, origin/master, origin/HEAD) travis: Add LLVM 9 build with LLVM 11.0.0git from today b30246087a3 (HEAD -> master) [llvm][StringExtras] Add missing include of cctype ./configure.py && time nice +19 make -j8 resulted i

Re: [Mesa-dev] [clover] Compilation of latest 'libclc git' with LLVM 11.0.0git need ROCm?! - Didn't hit that ever before.

2020-04-14 Thread Dieter Nützel
Addendum I'm building LLVM git (llvm + SPIRV-LLVM-Translator) for X86;AMDGPU like this: /opt/llvm-project/llvm mkdir build cd build cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD="X86;AMDGPU" -DLLVM_APPEND_VC_REV=OFF -DCMAKE_BUILD_TYPE="Release" -DLLVM_LINK_LLVM_DYLIB

Re: [Mesa-dev] [clover] Compilation of latest 'libclc git' with LLVM 11.0.0git need ROCm?! - Didn't hit that ever before.

2020-04-14 Thread Jan Vesely
On Wed, 2020-04-15 at 05:40 +0200, Dieter Nützel wrote: > Addendum > > I'm building LLVM git (llvm + SPIRV-LLVM-Translator) for X86;AMDGPU like > this: there's nothing wrong with your build. rocm libs are required by clang when it targets amdgcn--amdhsa target. Unless you know that you want libc

Re: [Mesa-dev] [clover] Compilation of latest 'libclc git' with LLVM 11.0.0git need ROCm?! - Didn't hit that ever before.

2020-04-14 Thread Dieter Nützel
Am 15.04.2020 05:50, schrieb Jan Vesely: On Wed, 2020-04-15 at 05:40 +0200, Dieter Nützel wrote: Addendum I'm building LLVM git (llvm + SPIRV-LLVM-Translator) for X86;AMDGPU like this: there's nothing wrong with your build. rocm libs are required by clang when it targets amdgcn--amdhsa targ