[PATCH] D122592: [OpenMP] Fix library path missing when using OpenMP
Ye Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 28 10:01:55 PDT 2022
ye-luo added a comment.
> using the multiarch directory
If we can cross compile libomp and libomptarget to the target system. We may have
lib/x86_64-unknown-linux-gnu/libomp.so
lib/aarch64-unknown-linux-gnu/libomp.so
Compile clang once but compile runtime library for multiple architectures.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122592/new/
https://reviews.llvm.org/D122592
More information about the cfe-commits
mailing list