[PATCH] D50987: [Exception Handling] Unwind tables are required for all functions that have an EH personality.

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 27 05:43:24 PDT 2018


stefanp added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D50987





More information about the llvm-commits mailing list