[llvm-commits] Handle global variables in eh_selector lowering

Chris Lattner clattner at apple.com
Thu Apr 26 18:20:33 PDT 2007


On Apr 14, 2007, at 8:34 AM, Duncan Sands wrote:

> The eh_selector intrinsic wants global variables for its
> extra arguments, but wasn't expecting to get... global
> variables!  Only bitcasts of global variables.  Discovered
> by the Ada f-e, fix attached.  Maybe it can be done more
> neatly, but I don't know LLVM well enough to say.

Looks good, I applied your revised patch.  Please commit the  
testcase, thanks!

-Chris




More information about the llvm-commits mailing list