search for: experimentalbut

Displaying 4 results from an estimated 4 matches for "experimentalbut".

2011 Jun 17
2
[LLVMdev] Simple clang + llc crash on Windows 7
...then try to comple that as an .obj file:      llc -filetype=obj main.bc 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? Thanks! - Don
2011 Jun 17
0
[LLVMdev] Simple clang + llc crash on Windows 7
...liamson <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... file...
2011 Jun 17
2
[LLVMdev] Simple clang + llc crash on Windows 7
...liamson <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... file...
2011 Jun 19
0
[LLVMdev] Simple clang + llc crash on Windows 7
...o.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) p...