[LLVMdev] Simple clang + llc crash on Windows 7

Eli Friedman eli.friedman at gmail.com
Fri Jun 17 11:27:04 PDT 2011


On Fri, Jun 17, 2011 at 11:07 AM, Don Williamson
<don.williamson at yahoo.com> wrote:
> And I get a crash with the error message:
>
>      EmitRawText called on an MCStreamer that doesn't support it,  something must not be fully mc'ized
>
> I understand from the 2.9 release notes that filetype=obj is currently experimentalbut the above is lifted from the visual studio intro on the website with a couple of minor modifications.
>
> Can I expect this to work? Am I doing something wrong?

There's a FIXME in AsmPrinter::EmitSectionOffset (in
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp) pointing to this issue...
filetype=obj is still experimental, particularly for Windows.

-Eli




More information about the llvm-dev mailing list