diff --git a/openmp/libomptarget/src/rtl.cpp b/openmp/libomptarget/src/rtl.cpp index 5360d9784cb62..fb3754110efa4 100644 --- a/openmp/libomptarget/src/rtl.cpp +++ b/openmp/libomptarget/src/rtl.cpp @@ -196,7 +196,7 @@ bool RTLsTy::attemptLoadRTL(const std::string &RTLName, RTLInfoTy &RTL) { return false; } -#ifdef LIBOMPTARGET_DEBUG +#ifdef OMPTARGET_DEBUG RTL.RTLName = Name; #endif