Issue 87026
Summary [riscv][openmp] libomp build fails on risc-v
Labels new issue
Assignees
Reporter ppenzin
    Basic OpenMP build fails on RISC-V. I have tried two ways, both on MilkV Pioneer machine:

In tree, via `-DLLVM_ENABLE_RUNTIMES="openmp"`. It fails with "cannot find Threads" error during CMake config phase of (external from point of view of main build) openmp build. Main build locates threads just fine, at the very least there is a build config bug.

Standalone, following instructions in openmp/README.rst. It fails to find `FindBin.pm` during compilation phase (config succeeds), which is a Perl error, which is pretty odd.

I haven't tried to figure out if I can cross-compile libomp.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to