<div>Hi Duncan,</div>
<div> </div>
<div>Is it to say llvm-2.5 has no assembler and linker for target thumb and </div>
<div>llvm-2.5 can only generate assembler file for the time being?</div>
<div> </div>
<div>Thanks</div>
<div><br> </div>
<div><span class="gmail_quote">2009/11/4, Duncan Sands <<a href="mailto:baldrick@free.fr">baldrick@free.fr</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Heyu Zhu,<span class="q"><br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I want to generate machine code for target thumb, so run<br>with bit code test.bc<br> llc -march thumb  test.bc -filetype obj -o test.o<br>
 It doesn't generate test.o but show a message:<br> "target doesn't support generation of this file type!"<br></blockquote><br></span>writing object code directly is not supported yet (though it is being worked<br>
on), so for the moment you should not use "-filetype obj".  Without this option<br>llc will generate assembler, which you will need to assemble using an<br>appropriate assembler.<br><br>Best wishes,<br><span class="sg"><br>
Duncan.<br></span></blockquote></div><br>