[Openmp-commits] [PATCH] D101509: An attempt to abandon omptarget out-of-tree builds.
Kazushi Marukawa via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 14 10:05:25 PDT 2021
kaz7 added a comment.
I've noticed this patch breaks libomptarget for VE. The VE is an accelarator, so we create and install clang/llvm for VE as a cross compiler. Then, we build libomptarget for VE using this cross compiler.
After this patch, cmake tries to build libomptarget.so for target architecture using libLLVMSupport.a for host architecture. Is ther any good way to solve this kind of conflicts? Thanks in advance.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101509/new/
https://reviews.llvm.org/D101509
More information about the Openmp-commits
mailing list