diff --git a/openmp/libomptarget/plugins/ve/src/rtl.cpp b/openmp/libomptarget/plugins/ve/src/rtl.cpp --- a/openmp/libomptarget/plugins/ve/src/rtl.cpp +++ b/openmp/libomptarget/plugins/ve/src/rtl.cpp @@ -11,9 +11,6 @@ // //===----------------------------------------------------------------------===// -#include "Debug.h" -#include "omptargetplugin.h" - #include #include #include @@ -26,14 +23,19 @@ #include #include -#ifndef TARGET_ELF_ID -#define TARGET_ELF_ID 0 -#endif +#include "Debug.h" +#include "omptargetplugin.h" +#ifndef TARGET_NAME #define TARGET_NAME VE +#endif #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL" +#ifndef TARGET_ELF_ID +#define TARGET_ELF_ID 0 +#endif + #include "../../common/elf_common.c" struct DynLibTy {