[lldb-dev] A few build/portability fixes

Jai Menon jmenon86 at gmail.com
Fri Jan 28 20:09:57 PST 2011


Hello,

I think these should be harmless enough.

- Remove a bunch of trailing commas at the end of enumerated lists.
Fixes compilation with -fpedantic (and is more valid c++ anyway)

- Factor some harcoded python paths/flags into make variables. This allows users
to override these when building in other "environments". The correct
way, of course,
is to have the buildsystem extract these from python-config, but I'm not sure if
that'll need to be in llvm's configure script or in lldb.

-- 
Jai Menon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: resolve_storeinst.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110128/01b81f44/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python_override.patch
Type: text/x-patch
Size: 2027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110128/01b81f44/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trailing_commas_in_enums.patch
Type: text/x-patch
Size: 2668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110128/01b81f44/attachment-0002.bin>


More information about the lldb-dev mailing list