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

Johnny Chen johnny.chen at apple.com
Thu Aug 12 12:44:00 PDT 2010


Thanks, Pawel.
Patch applied as r110943.

On Aug 12, 2010, at 6:55 AM, Pawel Wodnicki 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




More information about the lldb-dev mailing list