[Openmp-commits] [PATCH] D108349: [openmp][devicertl] Freestanding nvptx via stub printf

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 23 14:26:23 PDT 2021


ye-luo added a comment.

In D108349#2961093 <https://reviews.llvm.org/D108349#2961093>, @JonChesterfield wrote:

> Do you use printf in the deviceRTL? Whether it exists in applications is orthogonal to this

I don't. Does this affect using printf in the user offload region? I need to be sure users still can call printf without hassle.
if now user code need to figure out glibc and gcc-multilibs dependency when printf is used in the offload region. Then I'm afraid it is worse than libomptarget having this dependency.


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