[llvm] r282923 - HAVE_LINK_R is not the only reason why this needs config.h.
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 13:11:22 PDT 2016
Author: joerg
Date: Fri Sep 30 15:11:21 2016
New Revision: 282923
URL: http://llvm.org/viewvc/llvm-project?rev=282923&view=rev
Log:
HAVE_LINK_R is not the only reason why this needs config.h.
Modified:
llvm/trunk/tools/bugpoint/ToolRunner.cpp
Modified: llvm/trunk/tools/bugpoint/ToolRunner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/ToolRunner.cpp?rev=282923&r1=282922&r2=282923&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/ToolRunner.cpp (original)
+++ llvm/trunk/tools/bugpoint/ToolRunner.cpp Fri Sep 30 15:11:21 2016
@@ -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"
More information about the llvm-commits
mailing list