[NFC][OMPT] Move pop_macro to the right place to fix compile warnings

This commit is contained in:
Shilei Tian 2023-08-02 10:27:24 -04:00
parent f418cb1a93
commit ab15b11c41

View File

@ -96,10 +96,10 @@ extern bool Initialized;
} // namespace omp
} // namespace llvm
#pragma pop_macro("DEBUG_PREFIX")
#else
#define performIfOmptInitialized(stmt)
#endif // OMPT_SUPPORT
#pragma pop_macro("DEBUG_PREFIX")
#endif // _OMPTCALLBACK_H