Re-hello.

Here the Pascal code of the program:

{$mode mselang}
program hellomlc;
begin
writeln('Hello MLC');
end.

Here the bit code file produced by MSElang:
hellomlc_bc.zip
<http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/hellomlc_bc.zip>  

It would be marvelous is somebody that know LLVM could try to compile the
hellomlc.bc file to see what is wrong.
Maybe it is only the syntax of opt that I use tha is wrong.

I did use this:

/usr/bin/opt -O2 /home/fred/mlctest/hellomlc.bc

Fre;D

 

Fre;D 






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to