HAVE_LINK_R is not the only reason why this needs config.h.

llvm-svn: 282923
This commit is contained in:
Joerg Sonnenberger 2016-09-30 20:11:21 +00:00
parent 067a4c1cf5
commit a5c91d8eea
1 changed files with 1 additions and 1 deletions

View 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"