[lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruction"
authorRaphael Isemann <teemperor@gmail.com>
Thu, 26 Nov 2020 08:40:02 +0000 (09:40 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 26 Nov 2020 08:43:47 +0000 (09:43 +0100)
commit53a14a47ee89dadb8798ca8ed19848f33f4551d5
tree669aff7576b10a4b3fc7ab5c718b900c32c5cb2d
parentd1fd91ddaf9de95428a25d001606c23703e14b31
[lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruction"

After cf1c774d6ace59c5adc9ab71b31e762c1be695b1, Clang seems to generate code
that is more similar to icc/Clang, so we can use the same line numbers for
all compilers in this test.
lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
lldb/test/API/functionalities/thread/step_out/main.cpp