[Openmp-commits] [PATCH] D148178: [OpenMP][libomptarget] Improve plugin device info printing
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 20 05:34:09 PDT 2023
jhuber6 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(),
----------------
tianshilei1992 wrote:
> why not just `printf`?
We could even use `llvm::outs()` if so inclined.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148178/new/
https://reviews.llvm.org/D148178
More information about the Openmp-commits
mailing list