Jonathan,
What is the definition of...
#define KMP_IOMP_NAME "Intel(R) OMP"
in runtime/src/kmp.h used for? I don't see any usages within the
current openmp and cfe sources. If it needs to be retained, should't
it be transformed into...
#define KMP_OMP_NAME "LLVM* OMP"
Jack