[libc-commits] [clang] [libc] [llvm] [libc] Implement (v|f)printf on the GPU (PR #96369)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jun 25 10:04:57 PDT 2024


================
@@ -54,7 +54,8 @@ class MockArgList {
   }
 
   template <class T> LIBC_INLINE T next_var() {
-    ++arg_counter;
+    arg_counter =
----------------
michaelrj-google wrote:

why was this change made?

https://github.com/llvm/llvm-project/pull/96369


More information about the libc-commits mailing list