labath wrote:

> AssertionError: 'funcB' not found in 'funcA()' : expect funcB

The step targets are coming in different order. It's probably an ABI thing, as 
the compiler produces the calls in different order as well: 
https://godbolt.org/z/cPqhsWba6

I guess we need to adjust the test to accept both orders.

https://github.com/llvm/llvm-project/pull/96687
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to