[lldb-dev] [Patch] Fixing some #include statements

William Lynch wlynch at wlynch.cx
Tue Sep 28 19:02:47 PDT 2010


Hi,

I've attached two patches that remove errors when compiling with the
makefiles.

   1. Transform calls to include "lldb-private.h" to calls to include
   "lldb/lldb-private.h".
   2. Transform calls to include "ClangPersistantVariables.h" to calls to
   include "lldb/Expression/ClangPersistentVariables.h"

Enjoy,
Bill Lynch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100928/05e66150/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb-private.patch
Type: application/octet-stream
Size: 2998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100928/05e66150/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PersistantVariables.patch
Type: application/octet-stream
Size: 702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100928/05e66150/attachment-0001.obj>


More information about the lldb-dev mailing list