[PATCH] D18486: Remove personality for declarations in CloneModule.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 14:16:58 PDT 2016


eugenis added a comment.

In http://reviews.llvm.org/D18486#383911, @pcc wrote:

> Instead of doing this, we should probably fix the module splitter to not set the personality attribute on a function declaration.


Done.

> What does the verifier make of this?


Verifier is not happy about this, but it is not being run. I've added a verifier pass to llvm-split, do you think it's a good idea?


Repository:
  rL LLVM

http://reviews.llvm.org/D18486





More information about the llvm-commits mailing list