TableGen: add a comment
authorDylan Noblesmith <nobled@dreamwidth.org>
Thu, 22 Dec 2011 23:16:09 +0000 (23:16 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Thu, 22 Dec 2011 23:16:09 +0000 (23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147199 91177308-0d34-0410-b5e6-96231b3b80d8

lib/TableGen/TGLexer.cpp

index c9c674c8898d82e5f7abb6e21dda6b947a1f7898..79d9ed29f90b2573e01eff5c97db0c01023f53b0 100644 (file)
@@ -23,7 +23,7 @@
 #include <cstring>
 #include <cerrno>
 
-#include "llvm/Config/config.h"
+#include "llvm/Config/config.h" // for strtoull()/strtoll() define
 
 using namespace llvm;