[Openmp-commits] [PATCH] D148178: [OpenMP][libomptarget] Improve plugin device info printing

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 20 05:33:25 PDT 2023


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h:146
+
+      fprintf(stdout, "%s%s:%s%s%s\n", std::string(KeyIndentLen, ' ').data(),
+              Entry.Key.data(), std::string(ValueIndentLen, ' ').data(),
----------------
why not just `printf`?


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

https://reviews.llvm.org/D148178



More information about the Openmp-commits mailing list