[all-commits] [llvm/llvm-project] aa6ea6: Revert "[OpenMP] Use `add_llvm_library` to build t...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Tue Dec 6 09:48:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa6ea6009fc50b02dbf3788ee9fe605081b154f6
https://github.com/llvm/llvm-project/commit/aa6ea6009fc50b02dbf3788ee9fe605081b154f6
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
M openmp/libomptarget/plugins/common/elf_common/CMakeLists.txt
Log Message:
-----------
Revert "[OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in `plugins-nextgen`"
This is still not working for me:
```
-- Configuring done
CMake Error: install(EXPORT "LLVMExports" ...) includes target "omptarget.rtl.amdgpu" which requires target "elf_common" that is not in any export set.
CMake Error: install(EXPORT "LLVMExports" ...) includes target "omptarget.rtl.cuda" which requires target "elf_common" that is not in any export set.
CMake Error: install(EXPORT "LLVMExports" ...) includes target "omptarget.rtl.x86_64" which requires target "elf_common" that is not in any export set.
CMake Error: install(EXPORT "LLVMExports" ...) includes target "omptarget.rtl.cuda.nextgen" which requires target "elf_common" that is not in any export set.
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 "elf_common" 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.
-- Generating done
```
This reverts commit e682a76c3bf61c52628d79d6ec4db221430768c0.
More information about the All-commits
mailing list