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 5981335 commit 148f309Copy full SHA for 148f309
libc/src/stdio/scanf_core/CMakeLists.txt
@@ -16,7 +16,7 @@ if(LIBC_TARGET_OS_IS_GPU)
16
libc.src.stdio.ungetc
17
libc.src.stdio.ferror
18
)
19
-elseif(LLVM_LIBC_FULL_BUILD)
+elseif(TARGET libc.src.__support.File.file AND LLVM_LIBC_FULL_BUILD)
20
list(APPEND file_deps
21
libc.src.__support.File.file
22
0 commit comments