Merge System into Support.

llvm-svn: 120297
This commit is contained in:
Michael J. Spencer
2010-11-29 18:12:39 +00:00
parent 032092ffc2
commit 8aaf49959c
49 changed files with 67 additions and 67 deletions

View File

@@ -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) {