summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2016-09-30 20:11:21 +0000
committerJoerg Sonnenberger <joerg@bec.de>2016-09-30 20:11:21 +0000
commita5c91d8eea45b7bb9c0a8ec5834e64e2f4ff00c2 (patch)
treec8f247fea7cec0b13b9c1e6e4156c147e0dd1ee6 /llvm/tools/bugpoint
parent067a4c1cf5c7c4bd252e7e4a0509031b5bbac0db (diff)
downloadbcm5719-llvm-a5c91d8eea45b7bb9c0a8ec5834e64e2f4ff00c2.tar.gz
bcm5719-llvm-a5c91d8eea45b7bb9c0a8ec5834e64e2f4ff00c2.zip
HAVE_LINK_R is not the only reason why this needs config.h.
llvm-svn: 282923
Diffstat (limited to 'llvm/tools/bugpoint')
-rw-r--r--llvm/tools/bugpoint/ToolRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.cpp b/llvm/tools/bugpoint/ToolRunner.cpp
index 5bee8280621..9bd5eabf00f 100644
--- a/llvm/tools/bugpoint/ToolRunner.cpp
+++ b/llvm/tools/bugpoint/ToolRunner.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include "ToolRunner.h"
-#include "llvm/Config/config.h" // for HAVE_LINK_R
+#include "llvm/Config/config.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
OpenPOWER on IntegriCloud