[Openmp-commits] [PATCH] D109728: [OpenMP][DeviceRTL] Add the support for printf in a freestanding way

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 22 15:45:16 PDT 2021


JonChesterfield added a comment.

If we use PRINT everywhere, sure. Else we need PRINTF too.

I had #define printf(...) in mind instead of the MACROs, but strictly speaking one probably shouldn't override a libc function like that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109728



More information about the Openmp-commits mailing list