[all-commits] [llvm/llvm-project] b0e2ff: [CMake][compiler-rt] Make CRT separately buildable

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Apr 6 00:49:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0e2ffe151c34cae87e41f8f6a58207506796fee
      https://github.com/llvm/llvm-project/commit/b0e2ffe151c34cae87e41f8f6a58207506796fee
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
    A compiler-rt/cmake/Modules/CheckSectionExists.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/config-ix.cmake
    A compiler-rt/cmake/crt-config-ix.cmake
    M compiler-rt/lib/CMakeLists.txt
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/crt/CMakeLists.txt

  Log Message:
  -----------
  [CMake][compiler-rt] Make CRT separately buildable

This is useful when building a complete toolchain to ensure that CRT
is built after builtins but before the rest of the compiler-rt.

Differential Revision: https://reviews.llvm.org/D120682




More information about the All-commits mailing list