Skip to content

Commit f6912ee

Browse files
committed
Fix build issue
1 parent ffb9908 commit f6912ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/Basic/OpenMPKinds.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
#endif
110110
#ifndef OPENMP_TRANSPARENT_KIND
111111
#define OPENMP_TRANSPARENT_KIND(Name)
112+
#endif
112113
#ifndef OPENMP_NEED_DEVICE_PTR_KIND
113114
#define OPENMP_NEED_DEVICE_PTR_KIND(Name)
114115
#endif
@@ -284,6 +285,7 @@ OPENMP_TRANSPARENT_KIND(omp_not_impex)
284285
OPENMP_TRANSPARENT_KIND(omp_import)
285286
OPENMP_TRANSPARENT_KIND(omp_export)
286287
OPENMP_TRANSPARENT_KIND(omp_impex)
288+
287289
// OpenMP 6.1 modifiers for 'adjust_args' clause.
288290
OPENMP_NEED_DEVICE_PTR_KIND(fb_nullify)
289291
OPENMP_NEED_DEVICE_PTR_KIND(fb_preserve)

0 commit comments

Comments
 (0)