[all-commits] [llvm/llvm-project] e9e788: [libc] Introduce a full build mode CMake option.

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Mar 12 13:30:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9e788d145f57bcf815b9797191c1560ba39b842
      https://github.com/llvm/llvm-project/commit/e9e788d145f57bcf815b9797191c1560ba39b842
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/CMakeLists.txt
    M libc/test/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/utils/CMakeLists.txt
    M libc/utils/CMakeLists.txt

  Log Message:
  -----------
  [libc] Introduce a full build mode CMake option.

This option will build LLVM libc as a full libc by itself. In this mode,
it is not expected that it will be mixed with other libcs. The
non-full-build mode will be the default LLVM libc build mode. In a future
where LLVM libc is complete enough, the full libc build will be made the
default mode.




More information about the All-commits mailing list