[runtimes] adds llvm-libgcc to the list of runtimes to be sorted
authorChristopher Di Bella <cjdb@google.com>
Sat, 25 Jun 2022 00:17:30 +0000 (00:17 +0000)
committerChristopher Di Bella <cjdb@google.com>
Thu, 30 Jun 2022 23:50:24 +0000 (23:50 +0000)
commitef0b20d8e8db849062ee48c1cf9127e1f9c7df44
treedbbd10426cffa5f2ab51d26594666e3b22989ac4
parentdd58735a1d44095f0827bd6f7624a1eb26c1054b
[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
runtimes/CMakeLists.txt