Description:
This package misses the clang-linker-wrapper, which is
necessary to use OpenMP target offloading.
Using target offloading will result in the following error
message:
`clang-15: error: unable to execute command: Executable
"clang-linker-wrapper" doesn't exist!`
My self-built LLVM versions usually include this binary, so
there seems to be some filtering to be applied?
Additional info:
* 15.0.7-1
Steps to reproduce:
Run `clang++ -fopenmp -fopenmp-targets=nvptx64 /dev/null`
You will be prompted with `clang-15: error: unable to
execute command: Executable "clang-linker-wrapper" doesn't
exist!`
Closed by
Evangelos Foutras (foutrelis)
Tuesday, 14 March 2023, 16:44 GMT
Reason for closing:
Fixed
Additional comments about closing:
clang 15.0.7-2