OKAMURA Naoki aka nyarla / kalaclista

Results 1 issues of OKAMURA Naoki aka nyarla / kalaclista

I compiled this code to `hello.ll` with Compiler::CodeGenerator::LLVM. ``` perl #!/usr/bin/env perl use strict; use warnings; print "Hello Perl on LLVM!\n"; ``` But output of `$ lli hello.ll` is: ```...