[libcxx-commits] [PATCH] D71117: Reland "Enable `-funwind-tables` flag when building libunwind"
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 8 13:48:23 PST 2019
mstorsjo added a comment.
Thanks - this one seems to work fine for my use case at least.
I'm not sure if it might be good to keep the flag set for at least a bit wider range of tests, at least the other `add_cxx_compile_flags_if_supported` tests right next to this one. Not sure if they are triggering issues like references to `__aeabi_unwind_cpp_pr0`, but it still might be good for consistency in any case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71117/new/
https://reviews.llvm.org/D71117
More information about the libcxx-commits
mailing list