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 13ced90 commit c284326Copy full SHA for c284326
libc/test/src/__support/CMakeLists.txt
@@ -1,6 +1,6 @@
1
add_custom_target(libc-support-tests)
2
3
-if(NOT LIBC_TARGET_ARCHITECTURE_IS_NVPTX)
+if(NOT LIBC_TARGET_OS_IS_GPU)
4
add_libc_test(
5
block_test
6
SUITE
0 commit comments