================
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/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to