[LLVMbugs] [Bug 695] llc -march=ppc32 fails with 'Cannot yet select ...'

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jan 18 15:57:57 PST 2006


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=695

sabre at nondot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From sabre at nondot.org  2006-01-18 17:57 -------
This is because you're requesting generation of code for ppc-linux, which we don't support yet.  Try this:

llc -march=ppc32 -mtriple=powerpc-apple-darwin8.2.0 hello-world-ppc.bc

Yes, this is annoying.  Patches to make ppc-linux work are very appreciated! :)

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list