[PATCH] D87448: [CodeGen] [WinException] Only produce handler data at the end of the function if needed
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 15:21:01 PDT 2020
efriedma added a comment.
I think it's called this out in the comments on the aarch64 implementation, but ultimately, I think we want specialized MCFragments for pdata/xdata. The current AArch64 implementation currently has a couple FIXMEs which can't be fixed in the current architecture (in particular, it doesn't interact with relaxation correctly).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87448/new/
https://reviews.llvm.org/D87448
More information about the llvm-commits
mailing list