[all-commits] [llvm/llvm-project] ed2853: Reland [lldb] Fix TestThreadStepOut.py after "Flus...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Jan 21 04:41:02 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed2853d2c82d7286ba510c8f65049d6f649017f0
https://github.com/llvm/llvm-project/commit/ed2853d2c82d7286ba510c8f65049d6f649017f0
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
M lldb/test/API/functionalities/thread/step_out/main.cpp
Log Message:
-----------
Reland [lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruction"
The original patch got reverted as a dependency of cf1c774d6ace59c5adc9ab71b31e .
That patch got relanded so it's also necessary to reland this patch.
Original summary:
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