[LLVMdev] Assembling the output of llc

Talin viridia at gmail.com
Sat May 17 14:31:01 PDT 2008


Here's a more specific question about compiling native code: When I use 
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




More information about the llvm-dev mailing list