[LLVMdev] Correct use of StringRef and Twine

David Blaikie dblaikie at gmail.com
Tue Jul 19 11:14:15 PDT 2011


>> Perhaps, I suppose, I'm not sure just how portable llvm code is.
>
> Very portable AFAICT. I'm even going to port it to my hobbyist OS once C++
> rtti is totally gone in the llvm code base.

Sorry, I meant source portable to different compilers (ie: which
compilers does llvm compile on & how many have really poor std::string
implementations).

- David



More information about the llvm-dev mailing list