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

Siva Chandra sivachandra at google.com
Mon Mar 23 13:59:31 PDT 2015


================
Comment at: test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile:12
@@ +11,3 @@
+ifneq (,$(findstring clang,$(CC)))
+  CFLAGS_EXTRAS += -fstandalone-debug
+endif
----------------
vharron wrote:
> I think you'll need to replace this with the equivalent -fno-limit-debug-info, which is also understood by clang-3.4 on the debian builder.
OK. I just copy-pasted the state of that day's art from another Makefile. I will take care of this today.

http://reviews.llvm.org/D8337

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list