summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 18:12:39 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 18:12:39 +0000
commit8aaf49959c209561a223ecf869af096730412389 (patch)
treee8682152215ac2967dd9c2bf840d2f731ff8bdd5 /clang/lib/Frontend/CompilerInvocation.cpp
parent032092ffc23a62549fd1bd9eb2d3dbd2247d13f9 (diff)
downloadbcm5719-llvm-8aaf49959c209561a223ecf869af096730412389.tar.gz
bcm5719-llvm-8aaf49959c209561a223ecf869af096730412389.zip
Merge System into Support.
llvm-svn: 120297
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 80643b2d4be..c00ffc88a6d 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -26,8 +26,8 @@
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Support/ErrorHandling.h"
-#include "llvm/System/Host.h"
-#include "llvm/System/Path.h"
+#include "llvm/Support/Host.h"
+#include "llvm/Support/Path.h"
using namespace clang;
static const char *getAnalysisName(Analyses Kind) {
OpenPOWER on IntegriCloud