forked from OSchip/llvm-project
HAVE_LINK_R is not the only reason why this needs config.h.
llvm-svn: 282923
This commit is contained in:
parent
067a4c1cf5
commit
a5c91d8eea
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue