Try utostr_32/utostr/itostr defined in the llvm/ADT/StringExtras.h.<div><br></div><div>Zonr</div><div><br>











































<br><div class="gmail_quote">On Wed, Oct 12, 2011 at 8:18 PM, Pablo Barrio <span dir="ltr"><<a href="mailto:p.barrio.lopez@gmail.com" target="_blank">p.barrio.lopez@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi,<br>
<br>
I need to convert an integer into a string. I would normally do that in C++ by using the StringStream class, but the LLVM coding standards discourage using that class. The same coding standards suggest to use llvm:StringStream instead, but I cannot find that class anywhere; furthermore, the header file where it was supposed to be (according to the coding standards) doesn't even exist.<br>



<br>
Is there any LLVM-native way to do that?<br>
<br>
What I want to do is to replicate a function several times and append a sequence number to each replica's name.<br>
<br>
Thanks ahead,<br>
Pablo<br>
<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>