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
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
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
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