Skip to content

Commit ab15b11

Browse files
committed
[NFC][OMPT] Move pop_macro to the right place to fix compile warnings
1 parent f418cb1 commit ab15b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openmp/libomptarget/include/OmptCallback.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ extern bool Initialized;
9696
} // namespace omp
9797
} // namespace llvm
9898

99+
#pragma pop_macro("DEBUG_PREFIX")
100+
99101
#else
100102
#define performIfOmptInitialized(stmt)
101103
#endif // OMPT_SUPPORT
102104

103-
#pragma pop_macro("DEBUG_PREFIX")
104-
105105
#endif // _OMPTCALLBACK_H

0 commit comments

Comments
 (0)