[PATCH] D158246: [amdgpu] WIP variadics

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 13:21:18 PDT 2023


arsenm added inline comments.


================
Comment at: libc/config/gpu/entrypoints.txt:84-85
     # stdio.h entrypoints
+    libc.src.stdio.snprintf
+    libc.src.stdio.vsnprintf
     libc.src.stdio.puts
----------------
Split of the libc stuff into a separate patch, the lowering pass should be a standalone change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158246



More information about the cfe-commits mailing list