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)
llvm-svn: 282923

llvm/tools/bugpoint/ToolRunner.cpp

index 5bee828..9bd5eab 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"