[Openmp-commits] [PATCH] D108349: [openmp][devicertl] Freestanding nvptx via stub printf
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 18 19:56:18 PDT 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:83
+#define printf(...)
+
----------------
If we accept this approach, can subsequently delete the code paths around the now-dead printf. Or can leave this here as a vestigial debugging hook.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108349/new/
https://reviews.llvm.org/D108349
More information about the Openmp-commits
mailing list