Howdy!<div>I am trying to understand how to properly use dragonegg. I've gotten it on my machine and it runs everything and seems to compile fortran well. </div><div><br></div><div>If I run this command:</div><div>gcc-4.6 tests/hello_world.f -o hello_world.o -fplugin=./dragonegg.so -S -flto</div>
<div>I get a bunch of LLVM code in the hello_world.o file. What do I do with it next if I want to execute it?</div><div>I've tried llvm-as and llvm-nm but both of them just throw errors up about file formats or errors that seem to indicate they aren't being used for their intended purpose. </div>
<div>Thank you,</div><div>Zack</div>
<div><br></div>