[llvm-commits] [llvm] r73855 - in /llvm/trunk/tools/llvm-mc: AsmLexer.cpp AsmLexer.h llvm-mc.cpp

Chris Lattner clattner at apple.com
Mon Jun 22 17:24:48 PDT 2009


On Jun 21, 2009, at 11:40 PM, Howard Su wrote:

> the magic is that TGLexer include config.h. there is a definition:
> /* Define to a function implementing strtoull */
> #define strtoull _strtoui64

Fixed in r73929, thanks!

-Chris



More information about the llvm-commits mailing list