llvm-capstone/openmp/libomptarget/plugins
Roman Lebedev aa6ea6009f
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 e682a76c3b.
2022-12-06 20:47:20 +03:00
..
aarch64
amdgpu Revert "Add mean_anyway to hpc config" 2022-11-29 15:20:23 -06:00
common Revert "[OpenMP] Use add_llvm_library to build the target PluginInterface in plugins-nextgen" 2022-12-06 20:47:20 +03:00
cuda [NFC][OpenMP] Remove extra ";" 2022-11-17 23:24:40 -08:00
generic-elf-64bit/src [Libomptarget] Change device free routines to accept the allocation kind 2022-09-14 12:14:07 -05:00
ppc64 Ensure newlines at the end of files (NFC) 2021-10-23 08:45:29 -07:00
ppc64le Ensure newlines at the end of files (NFC) 2021-10-23 08:45:29 -07:00
remote Revert "[Libomp] Do not error on undefined version script symbols" 2022-10-13 14:12:07 -07:00
ve [Libomptarget] Build plugins with protected visibility by default 2022-10-20 11:12:18 -05:00
x86_64 Ensure newlines at the end of files (NFC) 2021-10-23 08:45:29 -07:00
CMakeLists.txt [Libomptarget] Build plugins with protected visibility by default 2022-10-20 11:12:18 -05:00
exports [Libomptarget] Fix missing semicolon in exports 2022-10-14 09:02:42 -05:00