]> granicus.if.org Git - clang/commitdiff
[Layering] Update include for the move of DIBuilder.h to the IR library
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 00:22:29 +0000 (00:22 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 00:22:29 +0000 (00:22 +0000)
in LLVM r203038.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203039 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index 166fc6c5b63ad5d3d6773f75dd87e37b25e75be5..d544bd34072fd5a3c4f3e8dd35ed7cd36e419c3a 100644 (file)
@@ -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"