[Openmp-commits] [PATCH] D74956: OpenMP 5.1 omp_display_env function implementation.

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 21 22:00:59 PST 2020


jdoerfert added a comment.

We can have filechek tests, right? We should verify a bit more than the existence of a function that will return.



================
Comment at: openmp/runtime/src/kmp_settings.cpp:5757
   __kmp_printf("\n");
+#endif
+  __kmp_display_env_impl(__kmp_display_env, __kmp_display_env_verbose);
----------------
Do we need to keep this code?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74956/new/

https://reviews.llvm.org/D74956





More information about the Openmp-commits mailing list