[Lldb-commits] [PATCH] build fixes for Linux
Malea, Daniel
daniel.malea at intel.com
Wed Sep 5 15:19:55 PDT 2012
Hi,
I noticed a few build problems on Linux introduced by recent commits. Please find the attached patch that addresses:
- missing include of stdint.h (required for int64_t)
- null return type in functions that must return SP
- off-by-one-line brace typo in PlatformRemoteiOS.cpp
With the patch applied (and the recently-comitted clang patch to enable the UTF functions) I am able to build trunk lldb on Linux :)
Cheers,
Dan
PS. git patch, so apply with -p1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb_incl_rettype_ios_buildfix.patch
Type: application/octet-stream
Size: 3037 bytes
Desc: lldb_incl_rettype_ios_buildfix.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20120905/f1b1b792/attachment.obj>
More information about the lldb-commits
mailing list