Skip to content

Commit

Permalink
[libc] Switch ON for New HeaderGen (#100044)
Browse files Browse the repository at this point in the history
Turned option to use New HeaderGen when building libc to ON
  • Loading branch information
RoseZhang03 authored Jul 30, 2024
1 parent 4ad2628 commit 8364a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if(LIBC_BUILD_GPU_LOADER OR (LLVM_LIBC_GPU_BUILD AND NOT LLVM_RUNTIMES_BUILD))
add_subdirectory(utils/gpu)
endif()

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

set(NEED_LIBC_HDRGEN FALSE)
if(NOT LLVM_RUNTIMES_BUILD)
Expand Down

0 comments on commit 8364a6e

Please sign in to comment.