On 24 June 2015 at 19:12, Oleksiy Vyalov <ovya...@google.com> wrote:
> Adding const modifier makes the class contract stricter and shouldn't break
> existing clients.
It breaks binary compatibility, as the const version mangles to a
different name -- old clients will get symbol mismatches when loading
new liblldb.

> In order to make it backward compatible will revert the CL and add new const
> getters.
Agreed.
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to