[LLVMdev] llvm-gcc-4.2 RELEASE_26 bootstrap failure on Solaris/SPARC - unhandled REAL_TYPE during compilation of '__powitf2'

Anton Korobeynikov anton at korobeynikov.info
Mon Nov 2 05:09:27 PST 2009


Hello, Juergen

> which means that LLVM generates this static function as global instead
> of local like the native GCC does.
> Any idea how this could be fixed?
sparc asmprinter is old and was not maintained for years. Recently
there was some huge asmprinter infrastructure refactoring in the LLVM.
This might be just fallout from it. Or, the asmprinting is just
incomplete.

You might want to look there and, if possible, fix it (the best way
will be migration to MCInst).

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list