[all-commits] [llvm/llvm-project] ef0b20: [runtimes] adds llvm-libgcc to the list of runtime...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Thu Jun 30 16:51:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef0b20d8e8db849062ee48c1cf9127e1f9c7df44
      https://github.com/llvm/llvm-project/commit/ef0b20d8e8db849062ee48c1cf9127e1f9c7df44
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] adds llvm-libgcc to the list of runtimes to be sorted

llvm-libgcc is not a part of `LLVM_ALL_RUNTIMES` because llvm-libgcc is
incompatible with an explicit libunwind and compiler-rt. This meant that
it was being filtered out and not built.

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




More information about the All-commits mailing list