<div>Hello,</div><div> </div><div>I have a very simple input llvm IR file. I wanted to generate a 32-BIT a.out executable from this, but, couldn't make it. By default  it is 64 BIT.</div><div>Is there any way to dictate it from the input LLVM file or I am missing anything.</div>
<div> </div><div>The command I used : clang test.ll </div><div> </div><div>I tried playing with "target datalayout" but no success yet. </div><div> </div><div>Thanks. </div><div> </div>