diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:12:39 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:12:39 +0000 |
commit | 8aaf49959c209561a223ecf869af096730412389 (patch) | |
tree | e8682152215ac2967dd9c2bf840d2f731ff8bdd5 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 032092ffc23a62549fd1bd9eb2d3dbd2247d13f9 (diff) | |
download | bcm5719-llvm-8aaf49959c209561a223ecf869af096730412389.tar.gz bcm5719-llvm-8aaf49959c209561a223ecf869af096730412389.zip |
Merge System into Support.
llvm-svn: 120297
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInstance.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index 7f3eb21bb8c..b5feadb96de 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -32,10 +32,10 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/Statistic.h" #include "llvm/Support/Timer.h" -#include "llvm/System/Host.h" -#include "llvm/System/Path.h" -#include "llvm/System/Program.h" -#include "llvm/System/Signals.h" +#include "llvm/Support/Host.h" +#include "llvm/Support/Path.h" +#include "llvm/Support/Program.h" +#include "llvm/Support/Signals.h" using namespace clang; CompilerInstance::CompilerInstance() |