diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 12:20:07 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 12:20:07 +0000 |
| commit | 1e157587fe232ddc3a5824854f7b0e2b3660ea25 (patch) | |
| tree | 0cb6720694b0a9919107e7b7851b8e9f345d873e /lldb/source/Expression/ClangFunction.cpp | |
| parent | db25c6cf8e9ce8ade3a7f2d2be886ba7409f4cce (diff) | |
| download | bcm5719-llvm-1e157587fe232ddc3a5824854f7b0e2b3660ea25.tar.gz bcm5719-llvm-1e157587fe232ddc3a5824854f7b0e2b3660ea25.zip | |
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the
migration in r171366.
I don't know anything about lldb, but a force run of the build bot indicated it
would need this patch. I'll try to watch the build bot to get it green.
llvm-svn: 171374
Diffstat (limited to 'lldb/source/Expression/ClangFunction.cpp')
| -rw-r--r-- | lldb/source/Expression/ClangFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangFunction.cpp b/lldb/source/Expression/ClangFunction.cpp index bab93f028a0..fe4cca1fab4 100644 --- a/lldb/source/Expression/ClangFunction.cpp +++ b/lldb/source/Expression/ClangFunction.cpp @@ -19,7 +19,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Triple.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" -#include "llvm/Module.h" +#include "llvm/IR/Module.h" // Project includes #include "lldb/Expression/ASTStructExtractor.h" |

