[llvm-commits] [llvm] r77624 - in /llvm/trunk: include/llvm/ADT/Twine.h lib/Support/Twine.cpp

Daniel Dunbar daniel at zuster.org
Thu Jul 30 17:52:54 PDT 2009


On Thu, Jul 30, 2009 at 3:19 PM, Sebastian
Redl<sebastian.redl at getdesigned.at> wrote:
> Jakob Stoklund Olesen wrote:
>> On 30/07/2009, at 23.15, Daniel Dunbar wrote:
>>> Twine: Directly support int, long, and long long types.
>>> - This should resolve Cygwin gcc ambiguities.
>> I don't think MSVC supports "long long", it's a C99 / GNU thing. Take
>> a look at Support/DataTypes.h.
>>
> It does since 7.1 (.Net 2003). I don't think we support any older versions.
>
> Sebastian

Right. We use long long all over the place. I can only dream of the
day when my children's children get to build a fully self hosted LLVM.
:)

 - Daniel



More information about the llvm-commits mailing list