Skip to content

Commit 93eb9ec

Browse files
authored
[libc] New HeaderGen Switch Flip (#99929)
Flipped option from OFF to ON for automatically building libc with New HeaderGen.
1 parent ae96bde commit 93eb9ec

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
@@ -73,7 +73,7 @@ if(LIBC_BUILD_GPU_LOADER OR (LLVM_LIBC_GPU_BUILD AND NOT LLVM_RUNTIMES_BUILD))
7373
add_subdirectory(utils/gpu)
7474
endif()
7575

76-
option(LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" OFF)
76+
option(LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" ON)
7777

7878
set(NEED_LIBC_HDRGEN FALSE)
7979
if(NOT LLVM_RUNTIMES_BUILD)

0 commit comments

Comments
 (0)