Revert "[OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in...
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 6 Dec 2022 00:49:23 +0000 (03:49 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 6 Dec 2022 00:50:18 +0000 (03:50 +0300)
commit33bcb3dc790d72845c997940f17fafb35f096b30
tree0f7d0f5756df92f1d1dc86eda9965f28dd5c275a
parent58b0485118f71d5b0e0645e4512d99c2929feeb1
Revert "[OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in `plugins-nextgen`"

Breaks 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.
```

This reverts commit 08c4081bd3605e1b01a7ccd6accc9052c8966250.
openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt