[libc-commits] [libc] [libc][docs] Document printf support on the GPU target (PR #99241)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 16 14:20:03 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Joseph Huber (jhuber6)

<details>
<summary>Changes</summary>

Summary:
Title


---
Full diff: https://github.com/llvm/llvm-project/pull/99241.diff


1 Files Affected:

- (modified) libc/docs/gpu/support.rst (+9) 


``````````diff
diff --git a/libc/docs/gpu/support.rst b/libc/docs/gpu/support.rst
index 89ea4d588a16f..01eea3f328cb2 100644
--- a/libc/docs/gpu/support.rst
+++ b/libc/docs/gpu/support.rst
@@ -229,6 +229,15 @@ fputc          |check|    |check|
 fwrite         |check|    |check|
 remove         |check|    |check|
 putc           |check|    |check|
+putc           |check|    |check|
+printf         |check|    |check|
+vprintf        |check|    |check|
+fprintf        |check|    |check|
+vfprintf       |check|    |check|
+sprintf        |check|    |check|
+snprintf       |check|    |check|
+vsprintf       |check|    |check|
+vsnprintf      |check|    |check|
 putchar        |check|    |check|
 fclose         |check|    |check|
 fopen          |check|    |check|

``````````

</details>


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


More information about the libc-commits mailing list