Skip to content

Commit 371fad2

Browse files
RoseZhang03yuxuanchen1997
authored andcommitted
Revert "[libc] New HeaderGen Switch Flip" (#100003)
Reverts #99929
1 parent 00683e8 commit 371fad2

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" ON)
76+
option(LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" OFF)
7777

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

0 commit comments

Comments
 (0)