forked from OSchip/llvm-project
[Layering] Update include of DebugInfo.h which moved to the IR library
in LLVM r203046. llvm-svn: 203047
This commit is contained in:
parent
9a4c9e597b
commit
0654bacac3
|
@ -20,8 +20,8 @@
|
|||
#include "clang/Basic/SourceLocation.h"
|
||||
#include "clang/Frontend/CodeGenOptions.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/DebugInfo.h"
|
||||
#include "llvm/IR/DIBuilder.h"
|
||||
#include "llvm/IR/DebugInfo.h"
|
||||
#include "llvm/IR/ValueHandle.h"
|
||||
#include "llvm/Support/Allocator.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue