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

Vince Harron vince at nethacker.com
Mon Mar 23 13:54:38 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
----------------
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.

http://reviews.llvm.org/D8337

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






More information about the lldb-commits mailing list