Re: [Lldb-commits] [PATCH] Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.

2015-03-23 Thread Vince Harron
Comment at: test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile:12 @@ +11,3 @@ +ifneq (,$(findstring clang,$(CC))) + CFLAGS_EXTRAS += -fstandalone-debug +endif I think you'll need to replace this with the equivalent

Re: [Lldb-commits] [PATCH] Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.

2015-03-23 Thread Vince Harron
Comment at: test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile:9 @@ +8,3 @@ +# clang-3.5+ outputs FullDebugInfo by default for Darwin/FreeBSD +# # targets. Other targets do not, which causes this test to fail. +# # This flag enables FullDebugInfo

Re: [Lldb-commits] [PATCH] Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.

2015-03-16 Thread Greg Clayton
Looks good, just fix the preprocessor indent and you are good to go. http://reviews.llvm.org/D8337 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu