[all-commits] [llvm/llvm-project] a70399: [lldb] Remove legacy casts from TestStackFromStdMo...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 19 08:07:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a703998e66f7500442e8f55bfcddf4a5820ca023
https://github.com/llvm/llvm-project/commit/a703998e66f7500442e8f55bfcddf4a5820ca023
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
Log Message:
-----------
[lldb] Remove legacy casts from TestStackFromStdModule
We can handle all the types in the expression evaluator now without casting.
On Linux, we have a system header declaration that is still causing issues, so
I'm skipping the test there until I get around to fix this.
More information about the All-commits
mailing list