r203039 - [Layering] Update include for the move of DIBuilder.h to the IR library
Chandler Carruth
chandlerc at gmail.com
Wed Mar 5 16:22:29 PST 2014
Author: chandlerc
Date: Wed Mar 5 18:22:29 2014
New Revision: 203039
URL: http://llvm.org/viewvc/llvm-project?rev=203039&view=rev
Log:
[Layering] Update include for the move of DIBuilder.h to the IR library
in LLVM r203038.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.h
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=203039&r1=203038&r2=203039&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Wed Mar 5 18:22:29 2014
@@ -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"
More information about the cfe-commits
mailing list