From c4755239d4e7d5258a532a00dfaa7d7074d66716 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 6 Mar 2014 00:22:29 +0000 Subject: [PATCH] [Layering] Update include for the move of DIBuilder.h to the IR library in LLVM r203038. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203039 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 166fc6c5b6..d544bd3407 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -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" -- 2.40.0