[libc-commits] [libc] d4da96d - Revert "[libc] New HeaderGen Switch Flip" (#100003)

via libc-commits libc-commits at lists.llvm.org
Mon Jul 22 16:35:30 PDT 2024


Author: RoseZhang03
Date: 2024-07-22T18:35:27-05:00
New Revision: d4da96d6b1d5d8128fc57c8148785144c7b96705

URL: https://github.com/llvm/llvm-project/commit/d4da96d6b1d5d8128fc57c8148785144c7b96705
DIFF: https://github.com/llvm/llvm-project/commit/d4da96d6b1d5d8128fc57c8148785144c7b96705.diff

LOG: Revert "[libc] New HeaderGen Switch Flip" (#100003)

Reverts llvm/llvm-project#99929

Added: 
    

Modified: 
    libc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt
index 45cca17562d26..6e0760724d963 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" ON)
+option(LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" OFF)
 
 set(NEED_LIBC_HDRGEN FALSE)
 if(NOT LLVM_RUNTIMES_BUILD)


        


More information about the libc-commits mailing list