[Openmp-commits] [PATCH] D139371: [OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in `plugins-nextgen`
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 5 17:42:10 PST 2022
tianshilei1992 added a comment.
In D139371#3972748 <https://reviews.llvm.org/D139371#3972748>, @lebedev.ri wrote:
> I've reverted this since it broke cmake regeneration for me
>
> CMake Error: install(EXPORT "LLVMExports" ...) includes target "omptarget.rtl.cuda.nextgen" which requires target "PluginInterface" that is not in any export set.
> CMake Error: install(EXPORT "LLVMExports" ...) includes target "omptarget.rtl.x86_64.nextgen" which requires target "PluginInterface" that is not in any export set.
Thanks. Will fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139371/new/
https://reviews.llvm.org/D139371
More information about the Openmp-commits
mailing list