We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4559d83 commit 574ab7eCopy full SHA for 574ab7e
libc/config/gpu/entrypoints.txt
@@ -181,10 +181,6 @@ set(TARGET_LIBC_ENTRYPOINTS
181
libc.src.stdio.fflush
182
libc.src.stdio.ftell
183
libc.src.stdio.clearerr
184
- libc.src.stdio.sprintf
185
- libc.src.stdio.snprintf
186
- libc.src.stdio.vsprintf
187
- libc.src.stdio.vsnprintf
188
libc.src.stdio.puts
189
libc.src.stdio.fopen
190
libc.src.stdio.fclose
libc/test/src/__support/CMakeLists.txt
@@ -86,8 +86,8 @@ add_libc_test(
86
libc.src.__support.uint128
87
)
88
89
-# NVPTX does not support varargs currently.
90
-if(NOT LIBC_TARGET_ARCHITECTURE_IS_NVPTX)
+# The GPU does not support varargs currently.
+if(NOT LIBC_TARGET_OS_IS_GPU)
91
add_libc_test(
92
arg_list_test
93
SUITE
0 commit comments