r198672 - CodeGen: Include llvm/Config/config.h for strtoll on Windows

Justin Bogner mail at justinbogner.com
Mon Jan 6 19:43:16 PST 2014


Author: bogner
Date: Mon Jan  6 21:43:15 2014
New Revision: 198672

URL: http://llvm.org/viewvc/llvm-project?rev=198672&view=rev
Log:
CodeGen: Include llvm/Config/config.h for strtoll on Windows

Modified:
    cfe/trunk/lib/CodeGen/CodeGenPGO.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenPGO.cpp?rev=198672&r1=198671&r2=198672&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenPGO.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenPGO.cpp Mon Jan  6 21:43:15 2014
@@ -15,6 +15,7 @@
 #include "CodeGenFunction.h"
 #include "clang/AST/RecursiveASTVisitor.h"
 #include "clang/AST/StmtVisitor.h"
+#include "llvm/Config/config.h" // for strtoull()/strtoll() define
 #include "llvm/IR/MDBuilder.h"
 #include "llvm/Support/FileSystem.h"
 





More information about the cfe-commits mailing list