llvm-project/openmp/libomptarget/plugins/common
Michał Górny 0873b9bef4 [openmp] [elf_common] Fix linking against LLVM dylib
The hand-rolled linking logic in elf_common does not account for
the possibility of using LLVM dylib rather than a dozen static
libraries.  Since it does not seem to be easily convertible
to add_llvm_library, just hand-roll support for LLVM_LINK_LLVM_DYLIB.
This is necessary to support stand-alone builds against installed LLVM.

Differential Revision: https://reviews.llvm.org/D111038
2021-10-04 09:29:06 +02:00
..
MemoryManager [libomptarget] Add support for target memory allocators to cuda RTL 2021-05-07 10:27:02 -04:00
elf_common [openmp] [elf_common] Fix linking against LLVM dylib 2021-10-04 09:29:06 +02:00
CMakeLists.txt [OpenMP] Move memory manager to plugin and make it a common interface 2021-01-11 21:33:42 -05:00