[cfe-dev] Error: SSE register return with SSE disabled

Konstantin Tokarev annulen at yandex.ru
Mon Apr 18 03:22:58 PDT 2011



18.04.2011, 14:16, "Mohit Asudani" <mohitasudani at hotmail.com>:
> Hi Clang Developers,
>
> I m using llvm-2.8. While compiling a .c(npm_unpacker.c) file with clang , I received following error:
>
> fatal error: error in backend: SSE register return with SSE disabled.
>
> I have already tried number of compile time options(associated with sse,mmx,387 etc.) as well as patch given at http://llvm.org/bugs/show_bug.cgi?id=7135 to which i was redirected from http://llvm.org/bugs/show_bug.cgi?id=7143.
>
> Is there some workaround to evade this problem ?


LLVM 2.8 is out of date now. I'd recommended you to check 2.9 at first.


-- 
Regards,
Konstantin



More information about the cfe-dev mailing list