[dragonegg] r203048 - [Layering] Update include of DebugInfo.h which	moved to the IR library
    Chandler Carruth 
    chandlerc at gmail.com
       
    Wed Mar  5 16:47:14 PST 2014
    
    
  
Author: chandlerc
Date: Wed Mar  5 18:47:14 2014
New Revision: 203048
URL: http://llvm.org/viewvc/llvm-project?rev=203048&view=rev
Log:
[Layering] Update include of DebugInfo.h which moved to the IR library
in LLVM r203046.
Modified:
    dragonegg/trunk/include/dragonegg/Debug.h
Modified: dragonegg/trunk/include/dragonegg/Debug.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/include/dragonegg/Debug.h?rev=203048&r1=203047&r2=203048&view=diff
==============================================================================
--- dragonegg/trunk/include/dragonegg/Debug.h (original)
+++ dragonegg/trunk/include/dragonegg/Debug.h Wed Mar  5 18:47:14 2014
@@ -27,7 +27,7 @@
 #include "dragonegg/Internals.h"
 
 // LLVM headers
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/DIBuilder.h"
 #include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/Allocator.h"
    
    
More information about the llvm-commits
mailing list