[all-commits] [llvm/llvm-project] 33bcb3: Revert "[OpenMP] Use `add_llvm_library` to build t...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Mon Dec 5 16:50:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33bcb3dc790d72845c997940f17fafb35f096b30
https://github.com/llvm/llvm-project/commit/33bcb3dc790d72845c997940f17fafb35f096b30
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
Log Message:
-----------
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.
More information about the All-commits
mailing list