1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 4d7547a981
commit 9d06fa6416

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"