[libc-commits] [libc] 8364a6e - [libc] Switch ON for New HeaderGen (#100044)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 30 13:21:53 PDT 2024
Author: RoseZhang03
Date: 2024-07-30T20:21:48Z
New Revision: 8364a6e108faea1a6f05f7bb53720a6fc101fed2
URL: https://github.com/llvm/llvm-project/commit/8364a6e108faea1a6f05f7bb53720a6fc101fed2
DIFF: https://github.com/llvm/llvm-project/commit/8364a6e108faea1a6f05f7bb53720a6fc101fed2.diff
LOG: [libc] Switch ON for New HeaderGen (#100044)
Turned option to use New HeaderGen when building libc to ON
Added:
Modified:
libc/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt
index 1ce3bdf53b525..dd45d6cc8cb6a 100644
--- a/libc/CMakeLists.txt
+++ b/libc/CMakeLists.txt
@@ -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)
More information about the libc-commits
mailing list