[Openmp-commits] [PATCH] D139371: [OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in `plugins-nextgen`

Roman Lebedev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 5 16:56:19 PST 2022


lebedev.ri reopened this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

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.


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