enum Driver::OpenMPRuntimeKind

Declared at: clang/include/clang/Driver/Driver.h:116

Enumerators

NameValueComment
OMPRT_Unknown0An unknown OpenMP runtime. We can't generate effective OpenMP code without knowing what runtime to target.
OMPRT_OMP1The LLVM OpenMP runtime. When completed and integrated, this will become the default for Clang.
OMPRT_GOMP2The GNU OpenMP runtime. Clang doesn't support generating OpenMP code for this runtime but can swallow the pragmas, and find and link against the runtime library itself.
OMPRT_IOMP53The legacy name for the LLVM OpenMP runtime from when it was the Intel OpenMP runtime. We support this mode for users with existing dependencies on this runtime library name.