diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-08-24 18:09:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-08-24 18:09:14 +0000 |
commit | a6b4045dc462c03cd1e7cb9c3ec9dbfdb9c6ad62 (patch) | |
tree | b94dbb2d2908cd930caa436558f5ece64262037e /examples | |
parent | 84c05e3b873a95c8c8d64fa8083407bcf395383f (diff) |
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/clang-interpreter/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clang-interpreter/main.cpp b/examples/clang-interpreter/main.cpp index 16f4dab05d..8dfe4c9ea2 100644 --- a/examples/clang-interpreter/main.cpp +++ b/examples/clang-interpreter/main.cpp @@ -27,7 +27,7 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Host.h" #include "llvm/Support/Path.h" -#include "llvm/Target/TargetSelect.h" +#include "llvm/Support/TargetSelect.h" using namespace clang; using namespace clang::driver; |