forked from OSchip/llvm-project
[Layering] Update include for the move of DIBuilder.h to the IR library
in LLVM r203038. llvm-svn: 203039
This commit is contained in:
parent
12664a0b17
commit
7c582545a4
|
@ -20,8 +20,8 @@
|
|||
#include "clang/Basic/SourceLocation.h"
|
||||
#include "clang/Frontend/CodeGenOptions.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/DIBuilder.h"
|
||||
#include "llvm/DebugInfo.h"
|
||||
#include "llvm/IR/DIBuilder.h"
|
||||
#include "llvm/IR/ValueHandle.h"
|
||||
#include "llvm/Support/Allocator.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue