CarlosAlbertoEnciso added a comment.

In https://reviews.llvm.org/D39283#907100, @tberghammer wrote:

> Hi Carlos,
>
> Sorry for not responding to your related e-mails lately.


Hi Tamas,

There is no need for apologies. You have help me a lot in setting LLDB and be 
able to run the test suite. (Windows and Linux).

You are correct; there is a missing line in the referenced test case. It should 
look like this:

  void
  caller_trivial_1 ()
  {
      inline_value += 1;  // At first increment in caller_trivial_1.
      caller_trivial_2(); // In caller_trivial_1.
      inline_value += 1; 
  }

Thanks.,
Carlos


https://reviews.llvm.org/D39283



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to