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
This commit is contained in:
Chandler Carruth
2013-01-02 12:20:07 +00:00
parent db25c6cf8e
commit 1e157587fe
5 changed files with 20 additions and 20 deletions

View File

@@ -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"