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 ae96bde commit 93eb9ecCopy full SHA for 93eb9ec
libc/CMakeLists.txt
@@ -73,7 +73,7 @@ if(LIBC_BUILD_GPU_LOADER OR (LLVM_LIBC_GPU_BUILD AND NOT LLVM_RUNTIMES_BUILD))
73
add_subdirectory(utils/gpu)
74
endif()
75
76
-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)
77
78
set(NEED_LIBC_HDRGEN FALSE)
79
if(NOT LLVM_RUNTIMES_BUILD)
0 commit comments