[libcxx-commits] [PATCH] D106703: [libunwind] adds a way to synthesise libgcc
Saleem Abdulrasool via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 11 13:42:56 PDT 2021
compnerd added subscribers: beanz, compnerd.
compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.
I think that this should be moved into a subdirectory in llvm/runtimes that @beanz has setup already. It is pulling pieces from the compiler-rt builtins and libunwind and is not really isolated into one or the other. Additionally, this really does deserve a warning that this requires careful setup and can cause issues.
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