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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 13:11:32 PDT 2018


rnk added a comment.

Needs a test, but it's the right idea. You should be able to do an x86_64 test and ppc64. I'm also surprised it doesn't require other test changes.


https://reviews.llvm.org/D50987





More information about the llvm-commits mailing list