[PATCH] D145164: [clang][RISCV] Enable -fasynchronous-unwind-tables by default on Linux
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 6 06:11:33 PST 2023
asb added a subscriber: jobnoorman.
asb added a comment.
Funnily enough, @jobnoorman and I were just discussion something related to this, how `-fexceptions` doesn't seem to enable unwind tables as you'd expect. This change hides that issue in the common case you're targeting Linux, but I've filed https://github.com/llvm/llvm-project/issues/61216 to track it. Just thought I'd advertise here because reviewers of this patch have likely looked through these code paths recently and might have a view on this bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145164/new/
https://reviews.llvm.org/D145164
More information about the cfe-commits
mailing list