[libc-commits] [libc] [libc] final edits to newheadergen yaml files (PR #98983)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 16 10:30:33 PDT 2024
================
@@ -72,6 +72,7 @@ option(LIBC_BUILD_GPU_LOADER "Always build the GPU loader utilities" OFF)
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)
----------------
RoseZhang03 wrote:
Understood, I will change this on Aaryan's branch
https://github.com/llvm/llvm-project/pull/98983
More information about the libc-commits
mailing list