[cfe-dev] Building Examples from Trunk throws the following error referenceing eh_selector

Bill Wendling bwendling at apple.com
Fri Feb 3 16:39:11 PST 2012


On Feb 3, 2012, at 4:33 PM, Eli Friedman wrote:

>> Yes, this is expected. You are using the old exception handling mechanism. It was deleted back in November, but these intrinsics were still around (but not doing anything). You should move to the new EH mechanism. :-)
>> 
> 
> Err, it might be expected that code which uses eh_exception might
> fail, but it isn't expected that llvm/examples/ fails to build...
> 
Yup! I fixed it already.

-bw





More information about the cfe-dev mailing list