[PATCH] D106703: [libunwind] adds a way to synthesise libgcc
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 23 18:55:59 PDT 2021
efriedma added a comment.
In D106703#2901955 <https://reviews.llvm.org/D106703#2901955>, @manojgupta wrote:
>> 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.
Okay.
In that case, please make sure the CMake option explicitly notes this compatibility constraint.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106703/new/
https://reviews.llvm.org/D106703
More information about the llvm-commits
mailing list