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 5c45508 commit 4539ae8Copy full SHA for 4539ae8
libc/src/stdio/scanf_core/CMakeLists.txt
@@ -62,7 +62,7 @@ add_header_library(
62
DEPENDS
63
libc.src.__support.macros.attributes
64
)
65
-elseif( (TARGET libc.src.__support.File.file) OR (NOT LLVM_LIBC_FULL_BUILD) )
+elseif((TARGET libc.src.__support.File.file) OR (NOT LLVM_LIBC_FULL_BUILD))
66
add_header_library(
67
reader
68
HDRS
0 commit comments