FS#77814 - [clang] Missing clang-linker-wrapper
Attached to Project:
Arch Linux
Opened by Joachim Meyer (fodinabor) - Saturday, 11 March 2023, 14:44 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 14 March 2023, 16:44 GMT
Opened by Joachim Meyer (fodinabor) - Saturday, 11 March 2023, 14:44 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 14 March 2023, 16:44 GMT
|
Details
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!` |
This task depends upon
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
Tuesday, 14 March 2023, 16:44 GMT
Reason for closing: Fixed
Additional comments about closing: clang 15.0.7-2
Comment by
Evangelos Foutras (foutrelis) -
Sunday, 12 March 2023, 08:49 GMT
Submitted a tentative patch upstream:
https://reviews.llvm.org/D145862