Or "llvm/Support/system_error.h" could not be compiled on mingw.
llvm-svn: 169354
#include "InputInfo.h"
#include "ToolChains.h"
#include "clang/Basic/Version.h"
-#include "clang/Config/config.h"
#include "clang/Driver/Action.h"
#include "clang/Driver/Arg.h"
#include "clang/Driver/ArgList.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
+// FIXME: It would prevent to include llvm-config.h
+// if it were included before system_error.h.
+#include "clang/Config/config.h"
+
using namespace clang::driver;
using namespace clang;