diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-02-02 00:40:14 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-02-02 00:40:14 +0000 |
commit | f2462be34a49e2108c9b4151f8e6d3fe1b916179 (patch) | |
tree | de7668ee8fc0fb8584fbeda3148663c8097db0b7 /lib/Driver/Driver.cpp | |
parent | 34a2c42ba8cc58a404238a3c1cbc4a7442e57832 (diff) |
back out r149504
Too many weird build failures.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 5248c2e770..89e06002a2 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -36,9 +36,12 @@ #include "InputInfo.h" #include "ToolChains.h" -#include <map> +#ifdef HAVE_CLANG_CONFIG_H +# include "clang/Config/config.h" +#endif +#include "llvm/Config/config.h" -#include "clang/Config/config.h" +#include <map> using namespace clang::driver; using namespace clang; |