[PATCH] Handle non-pic code in the ARMISelLowering::EmitSjLjDispatchBlock function

Chad Rosier mcrosier at apple.com
Fri Mar 1 10:09:09 PST 2013


All,
The attached patch adds support for using non-pic code for thumb1 and arm when emitting the sjlj
dispatch code.  As far as I can tell the thumb2 code is behaving as expected.  I was able to compile
and run the attached test case for arm.  Unfortunately, I wasn't able to do the same for thumb1.  The
changes are mechanically equivalent between arm and thumb1, but I'd still prefer to have the code
reviewed.

 Regards,
  Chad

-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-dispcont-nonpic.patch
Type: application/octet-stream
Size: 5540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130301/8a72b662/attachment.obj>


More information about the llvm-commits mailing list