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 ?
Thanks
Mohit Asudani