search for: filestreamtest

Displaying 1 result from an estimated 1 matches for "filestreamtest".

2008 May 17
1
[LLVMdev] Assembling the output of llc
...to generate a .s file, and then I try to assemble it using 'as', I get tons of errors - it appears to be choking on lines like the following: movl L"_tart.core.Iterable<tart.core.String>:type"$non_lazy_ptr, %eax The error I get is: out/Debug/test/tart/FileStreamTest.out.s:95:junk `"_tart.core.Iterable<tart.core.String>:type"$non_lazy_ptr' after expression (plus a few hundred more like it.) -- Talin