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

Marc J. Driftmeyer mjd at reanimality.com
Thu Feb 2 16:15:32 PST 2012


I started getting this yesterday:

> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/examples/ExceptionDemo/ExceptionDemo.cpp:1970:44: 
> error:
>       no member named 'eh_selector' in namespace 'llvm::Intrinsic'
>   getDeclaration(&module, llvm::Intrinsic::eh_selector);
>                           ~~~~~~~~~~~~~~~~~^
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/examples/ExceptionDemo/ExceptionDemo.cpp:1974:44: 
> error:
>       no member named 'eh_exception' in namespace 'llvm::Intrinsic'
>   getDeclaration(&module, llvm::Intrinsic::eh_exception);
>                           ~~~~~~~~~~~~~~~~~^
> 2 errors generated.
> make[2]: *** 
> [examples/ExceptionDemo/CMakeFiles/ExceptionDemo.dir/ExceptionDemo.cpp.o] 
> Error 1
> make[1]: *** [examples/ExceptionDemo/CMakeFiles/ExceptionDemo.dir/all] 
> Error 2

Just wondering if this is known or not.

- Marc

-- 
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120202/2e895356/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mjd.vcf
Type: text/x-vcard
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120202/2e895356/attachment.vcf>


More information about the cfe-dev mailing list