search for: not_supported_exception

Displaying 1 result from an estimated 1 matches for "not_supported_exception".

2011 Jun 03
1
[LLVMdev] Thinking about "whacky" backends
...| WinVista | Win7, IA32) { [... 32-bit Windows code here ...] }, __os(WinXP | WinVista | Win7, AMD64) { [... 64-bit Windows code here ...] }, __os(Linux24 | Linux26, IA32) { [...32-bit Linux code here...] }, __os(Linux24 | Linux26, AMD64) { [... 64-bit Linux code here ...] }, __os( , ) { throw new not_supported_exception(); }; Of course that's only a rough idea and will need a ton of refining, but it should make my point fairly clear. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110603/c0116bd0/attachment.html>