[libcxx-commits] [PATCH] D106703: [libunwind] adds a way to synthesise libgcc

Manoj Gupta via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 23 18:25:40 PDT 2021


manojgupta added a comment.

> I'd rather not be in a situation where a program built with a normal production toolchain appears to work, but then randomly crashes because the unwinder clashes with libgcc. Unless Chrome OS actually refuses to load binaries built with a normal Linux toolchain, we should ensure those binaries work.

Yes, Chrome OS actually requires compiling everything using the Chrome OS toolchain/SDK. Using binaries built using any other toolchain or Linux distros is not allowed so we are mostly fine in this regard.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106703/new/

https://reviews.llvm.org/D106703



More information about the libcxx-commits mailing list