]> granicus.if.org Git - llvm/commitdiff
HAVE_LINK_R is not the only reason why this needs config.h.
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 20:11:21 +0000 (20:11 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 20:11:21 +0000 (20:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282923 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ToolRunner.cpp

index 5bee8280621b7fd49688373e43a17c0e1be41840..9bd5eabf00ff616ed517db2cab588b9abbda3a80 100644 (file)
@@ -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"