From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 20:11:21 +0000 (+0000) Subject: HAVE_LINK_R is not the only reason why this needs config.h. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c3dd49f1c59a52e9f035b0d7db29302569efc56;p=llvm HAVE_LINK_R is not the only reason why this needs config.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282923 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 5bee8280621..9bd5eabf00f 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/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"