[LLVMbugs] [Bug 14286] hello-world codegen fails: EmitRawText called on MCStreamer unsupported [powerpc-darwin8]
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Nov 19 17:06:45 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14286
David Fang <fang at csl.cornell.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #4 from David Fang <fang at csl.cornell.edu> 2012-11-19 19:06:45 CST ---
I locally reverted Driver/Driver.cpp to let ppc/darwin use the
Darwin_Generic_GCC toolchain instead of DarwinClang.
In that case, -no-integrated-as is not needed at all, and this issue is
completely skirted.
With that, I am able to compile and run this hello-world example on
powerpc-darwin8.
(I can still wish for integrated ppc32 assembly and MC, can't I?)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list