Thank you ,I will try that<br><br><div class="gmail_quote">2009/11/18 Duncan Sands <span dir="ltr"><<a href="mailto:baldrick@free.fr">baldrick@free.fr</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Nan Zhu,<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I use Bugpoint to check it , Bugpoint gives me the following information:<br>
<br>
<br>
Read input file      : 'bodytrack.bc'<br>
*** All input ok<br>
Initializing execution environment: Found gcc: /usr/lib/ccache/gcc<br>
Running the code generator to test for a crash: <cbe>*** Debugging code generator crash!<br>
<br>
Error running tool:<br>
  /usr/local/bin/llc -o bugpoint-test-program.bc.cbe.c -march=c -f bugpoint-test-program.bc<br>
llc: CBackend.cpp:487: llvm::raw_ostream&<unnamed>::CWriter::printSimpleType(llvm::formatted_raw_ostream&, const llvm::Type*, bool, const std::string&): Assertion `NumBits <= 128 && "Bit widths > 128 not implemented yet"' failed.<br>

</blockquote>
<br></div>
try the -llc-safe option.  It will use llc to compile code rather than gcc, and<br>
llc does handle arbitrary sized integers.<br>
<br>
Ciao,<br><font color="#888888">
<br>
Duncan.<br>
</font></blockquote></div><br>