On 24 February 2014 13:53, Greg Clayton <[email protected]> wrote: > Author: gclayton > Date: Mon Feb 24 12:53:11 2014 > New Revision: 202061 > > URL: http://llvm.org/viewvc/llvm-project?rev=202061&view=rev > Log: > LLDB now handles DW_TAG_unspecified_parameters nested inside function > prototypes and we now mark the function prototypes as being variadic.
Thanks Greg. I can confirm that this fixes the tests for me, when linking against a gcc-built libc (which does have DW_TAG_unspecified_parameters). _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
