r203047 - [Layering] Update include of DebugInfo.h which moved to the IR library
Chandler Carruth
chandlerc at gmail.com
Wed Mar 5 16:46:57 PST 2014
Author: chandlerc
Date: Wed Mar 5 18:46:56 2014
New Revision: 203047
URL: http://llvm.org/viewvc/llvm-project?rev=203047&view=rev
Log:
[Layering] Update include of DebugInfo.h which moved to the IR library
in LLVM r203046.
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=203047&r1=203046&r2=203047&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Wed Mar 5 18:46:56 2014
@@ -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"
More information about the cfe-commits
mailing list