[all-commits] [llvm/llvm-project] 6e3946: [runtimes] Use standalone build only for compiler-rt

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Mar 3 00:06:44 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e3946c9f558adfddfd98a51721baccd8b17bb85
      https://github.com/llvm/llvm-project/commit/6e3946c9f558adfddfd98a51721baccd8b17bb85
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-03-03 (Wed, 03 Mar 2021)

  Changed paths:
    M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Use standalone build only for compiler-rt

compiler-rt needs to use standalone build because of the assumptions
made by its build, but other runtimes can use non-standalone build.

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




More information about the All-commits mailing list