[lldb-dev] Missing lldb-forward-rtti.h - fix

William Lynch wlynch at wlynch.cx
Thu Aug 12 09:04:55 PDT 2010


Here's another header fix as well:

Index: source/Expression/ClangPersistentVariables.cpp
===================================================================
--- source/Expression/ClangPersistentVariables.cpp (revision 110917)
+++ source/Expression/ClangPersistentVariables.cpp (working copy)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//

-#include "ClangPersistentVariables.h"
+#include "lldb/Expression/ClangPersistentVariables.h"
 #include "lldb/Core/DataExtractor.h"
 #include "lldb/Core/Log.h"
 #include "lldb/Core/StreamString.h"


On Thu, Aug 12, 2010 at 8:55 AM, Pawel Wodnicki <root at 32bitmicro.com> wrote:

> Hi,
>
> Quick fix for "missing" lldb-forward-rtti.h header file.
>
> Index: include/lldb/Expression/ClangPersistentVariables.h
> ===================================================================
> --- include/lldb/Expression/ClangPersistentVariables.h  (revision 110913)
> +++ include/lldb/Expression/ClangPersistentVariables.h  (working copy)
> @@ -10,7 +10,7 @@
>  #ifndef liblldb_ClangPersistentVariables_h_
>  #define liblldb_ClangPersistentVariables_h_
>
> -#include "lldb-forward-rtti.h"
> +#include "lldb/lldb-forward-rtti.h"
>  #include "lldb/Core/ConstString.h"
>  #include "lldb/Core/DataBufferHeap.h"
>  #include "lldb/Symbol/TaggedASTType.h"
> @@ -99,4 +99,4 @@
>
> Pawel
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100812/07c09632/attachment.html>


More information about the lldb-dev mailing list