summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-01-07 03:43:15 +0000
committerJustin Bogner <mail@justinbogner.com>2014-01-07 03:43:15 +0000
commit529f6dd89bf1bc38e99525bc63b73c963128652e (patch)
tree0934bfca77e7803fa1fbf14fb6b71a4d19c63ac4 /clang
parentcc2232734878404ad9235049dfb32b35c8949380 (diff)
downloadbcm5719-llvm-529f6dd89bf1bc38e99525bc63b73c963128652e.tar.gz
bcm5719-llvm-529f6dd89bf1bc38e99525bc63b73c963128652e.zip
CodeGen: Include llvm/Config/config.h for strtoll on Windows
llvm-svn: 198672
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CodeGenPGO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenPGO.cpp b/clang/lib/CodeGen/CodeGenPGO.cpp
index c1a45be115e..fb42a8a2224 100644
--- a/clang/lib/CodeGen/CodeGenPGO.cpp
+++ b/clang/lib/CodeGen/CodeGenPGO.cpp
@@ -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"
OpenPOWER on IntegriCloud