llvm-project/openmp/libomptarget/plugins/common
Shilei Tian 68ff52ffea [OpenMP] Fixed the link error that cannot find static data member
Constant static data member can be defined in the class without another
define after the class in C++17. Although it is C++17, Clang can still handle it
even w/o the flag for C++17. Unluckily, GCC cannot handle that.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D94541
2021-01-12 16:48:28 -05:00
..
MemoryManager [OpenMP] Fixed the link error that cannot find static data member 2021-01-12 16:48:28 -05:00
elf_common [OpenMP] Take elf_common.c as a interface library 2021-01-11 17:34:26 -05:00
CMakeLists.txt [OpenMP] Move memory manager to plugin and make it a common interface 2021-01-11 21:33:42 -05:00