[all-commits] [llvm/llvm-project] 53a14a: [lldb] Fix TestThreadStepOut.py after "Flush local...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 26 00:44:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53a14a47ee89dadb8798ca8ed19848f33f4551d5
https://github.com/llvm/llvm-project/commit/53a14a47ee89dadb8798ca8ed19848f33f4551d5
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
M lldb/test/API/functionalities/thread/step_out/main.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list