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

Petr Hosek via All-commits all-commits at lists.llvm.org
Mon Mar 7 23:05:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed28461e2716fda004f4f55654ef33bc8c78f203
      https://github.com/llvm/llvm-project/commit/ed28461e2716fda004f4f55654ef33bc8c78f203
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/AllSupportedArchDefs.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/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