Skip to content

Commit f90851f

Browse files
Update libc/CMakeLists.txt
Co-authored-by: Michael Jones <[email protected]>
1 parent b4b3960 commit f90851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif()
135135
option(LLVM_LIBC_FULL_BUILD "Build and test LLVM libc as if it is the full libc" ${default_to_full_build})
136136
option(LLVM_LIBC_IMPLEMENTATION_DEFINED_TEST_BEHAVIOR "Build LLVM libc tests assuming our implementation-defined behavior" ON)
137137
option(LLVM_LIBC_ENABLE_LINTING "Enables linting of libc source files" OFF)
138-
option(LLVM_LIBC_ALL_HEADERS "Outputs all functions in header files, regardless of whether it has been implemented" OFF)
138+
option(LLVM_LIBC_ALL_HEADERS "Outputs all functions in header files, regardless of whether they are enabled on this target" OFF)
139139

140140
option(LIBC_CONFIG_PATH "The path to user provided folder that configures the build for the target system." OFF)
141141

0 commit comments

Comments
 (0)