Hello,<br><br>I'm generating/compiling/parsing llvm IR code targeting windows 32bits on my win7 64bits install.<br>And I'm wondering what os should I use in my triple.<br>I tried both without seeing much differences.<br>
Is there supposed to be any ?<br>What are the differences between the two OSTypes?<br><br>Secondly, I'm doing the linking of the .o files created by llvm with gcc from a mingw64 install.<br>Should I link the .o. files with clang instead of gcc? <br>
What benefits could I expect from this change?<br><br>Cheers,<br>Carl.<br>