[PATCH] D50987: [Exception Handling] Unwind tables are required for all functions that have an EH personality.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 07:51:48 PDT 2018
hfinkel added a subscriber: craig.topper.
hfinkel added a comment.
In https://reviews.llvm.org/D50987#1214336, @stefanp wrote:
> I'm not 100% sure if we can remove the default option `-funwind-tables` for x86.
> I know that using `-funwind-tables` prevents (or hides) this issue but it may be required for another reason that this fix does not cover. I don't actually know what the initial intention was when that default was added.
> I think that someone on the x86 side would be a better judge of this.
@craig.topper , do you know?
Repository:
rL LLVM
https://reviews.llvm.org/D50987
More information about the llvm-commits
mailing list