[PATCH] D21101: [exceptions] Upgrade exception handlers when stack protector is used

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 08:26:39 PDT 2016


etienneb added a comment.

In http://reviews.llvm.org/D21101#471334, @thakis wrote:

> Did this ever land? If not, is it blocked on anything?


It's not blocked by anything.
It was the next thing to land on the Exception/GS issue.

We decided to land step by step the patches related to the feature to see when it will explode.

For now, this patch is a noop since we do not produce stack-guard + exception at the same time.

Should we land it now?


http://reviews.llvm.org/D21101





More information about the llvm-commits mailing list