mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user