[all-commits] [llvm/llvm-project] 8969ae: [libc][NFC] Format all CMake files under libc/ (#2...

Jeff Bailey via All-commits all-commits at lists.llvm.org
Fri Aug 7 02:07:43 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8969ae16e06587601fb80642a4036592e57c2473
      https://github.com/llvm/llvm-project/commit/8969ae16e06587601fb80642a4036592e57c2473
  Author: Jeff Bailey <jbailey at raspberryginger.com>
  Date:   2026-08-07 (Fri, 07 Aug 2026)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/benchmarks/CMakeLists.txt
    M libc/benchmarks/gpu/CMakeLists.txt
    M libc/benchmarks/gpu/src/math/CMakeLists.txt
    M libc/cmake/caches/armv6m-none-eabi.cmake
    M libc/cmake/caches/armv7em-none-eabi.cmake
    M libc/cmake/caches/armv7m-none-eabi.cmake
    M libc/cmake/caches/armv8.1m.main-none-eabi.cmake
    M libc/cmake/caches/armv8m.main-none-eabi.cmake
    M libc/cmake/modules/CheckCompilerFeatures.cmake
    M libc/cmake/modules/LLVMLibCArchitectures.cmake
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
    M libc/cmake/modules/LLVMLibCFlagRules.cmake
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/cmake/modules/LLVMLibCLibraryRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCTargetNameUtils.cmake
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/cmake/modules/LibcConfig.cmake
    M libc/cmake/modules/LibcParseArguments.cmake
    M libc/cmake/modules/prepare_libc_gpu_build.cmake
    M libc/docs/CMakeLists.txt
    M libc/examples/examples.cmake
    M libc/hdr/CMakeLists.txt
    M libc/hdr/types/CMakeLists.txt
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/CMakeLists.txt
    M libc/include/llvm-libc-macros/windows/CMakeLists.txt
    M libc/include/llvm-libc-types/CMakeLists.txt
    M libc/lib/CMakeLists.txt
    M libc/shared/CMakeLists.txt
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/File/CMakeLists.txt
    M libc/src/__support/HashTable/CMakeLists.txt
    M libc/src/__support/OSUtil/darwin/CMakeLists.txt
    M libc/src/__support/math/CMakeLists.txt
    M libc/src/__support/printf_core/CMakeLists.txt
    M libc/src/__support/threads/CMakeLists.txt
    M libc/src/__support/threads/linux/CMakeLists.txt
    M libc/src/__support/time/CMakeLists.txt
    M libc/src/__support/wchar/CMakeLists.txt
    M libc/src/__support/wctype/CMakeLists.txt
    M libc/src/complex/CMakeLists.txt
    M libc/src/ctype/CMakeLists.txt
    M libc/src/dirent/CMakeLists.txt
    M libc/src/inttypes/CMakeLists.txt
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/nl_types/CMakeLists.txt
    M libc/src/setjmp/CMakeLists.txt
    M libc/src/setjmp/arm/CMakeLists.txt
    M libc/src/setjmp/riscv/CMakeLists.txt
    M libc/src/setjmp/x86_64/CMakeLists.txt
    M libc/src/stdio/CMakeLists.txt
    M libc/src/stdio/generic/CMakeLists.txt
    M libc/src/stdio/gpu/CMakeLists.txt
    M libc/src/stdio/scanf_core/CMakeLists.txt
    M libc/src/stdlib/CMakeLists.txt
    M libc/src/string/CMakeLists.txt
    M libc/src/strings/CMakeLists.txt
    M libc/src/sys/auxv/linux/CMakeLists.txt
    M libc/src/sys/mman/CMakeLists.txt
    M libc/src/sys/sendfile/CMakeLists.txt
    M libc/src/sys/statvfs/linux/CMakeLists.txt
    M libc/src/sys/time/CMakeLists.txt
    M libc/src/sys/time/linux/CMakeLists.txt
    M libc/src/sys/utsname/linux/CMakeLists.txt
    M libc/src/termios/CMakeLists.txt
    M libc/src/threads/CMakeLists.txt
    M libc/src/time/CMakeLists.txt
    M libc/src/time/darwin/CMakeLists.txt
    M libc/src/time/linux/CMakeLists.txt
    M libc/src/time/windows/CMakeLists.txt
    M libc/src/ucontext/CMakeLists.txt
    M libc/src/ucontext/x86_64/CMakeLists.txt
    M libc/src/unistd/CMakeLists.txt
    M libc/startup/baremetal/CMakeLists.txt
    M libc/startup/baremetal/aarch64/CMakeLists.txt
    M libc/startup/baremetal/arm/CMakeLists.txt
    M libc/startup/gpu/CMakeLists.txt
    M libc/startup/linux/CMakeLists.txt
    M libc/startup/linux/aarch64/CMakeLists.txt
    M libc/startup/linux/riscv/CMakeLists.txt
    M libc/startup/linux/x86_64/CMakeLists.txt
    M libc/startup/uefi/CMakeLists.txt
    M libc/test/CMakeLists.txt
    M libc/test/UnitTest/CMakeLists.txt
    M libc/test/include/CMakeLists.txt
    M libc/test/integration/scudo/CMakeLists.txt
    M libc/test/integration/src/__support/threads/CMakeLists.txt
    M libc/test/integration/startup/CMakeLists.txt
    M libc/test/integration/startup/gpu/CMakeLists.txt
    M libc/test/shared/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/src/__support/CMakeLists.txt
    M libc/test/src/__support/CPP/CMakeLists.txt
    M libc/test/src/__support/RPC/CMakeLists.txt
    M libc/test/src/__support/wchar/CMakeLists.txt
    M libc/test/src/compiler/CMakeLists.txt
    M libc/test/src/dirent/CMakeLists.txt
    M libc/test/src/fenv/CMakeLists.txt
    M libc/test/src/libgen/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/performance_testing/CMakeLists.txt
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/net/CMakeLists.txt
    M libc/test/src/stdfix/CMakeLists.txt
    M libc/test/src/stdio/CMakeLists.txt
    M libc/test/src/stdlib/CMakeLists.txt
    M libc/test/src/string/memory_utils/CMakeLists.txt
    M libc/test/src/sys/ioctl/linux/CMakeLists.txt
    M libc/test/src/sys/mman/linux/CMakeLists.txt
    M libc/test/src/sys/prctl/linux/CMakeLists.txt
    M libc/test/utils/FPUtil/CMakeLists.txt

  Log Message:
  -----------
  [libc][NFC] Format all CMake files under libc/ (#213132)

Use cmake_format.py from #213102 on all CMakeLists.txt files in libc/

Assisted-by: Automated tooling, human reviewed.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list