[all-commits] [llvm/llvm-project] d73530: [LLDB][Reliability] Remove dead code.
fixathon via All-commits
all-commits at lists.llvm.org
Tue Aug 2 10:10:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d735307aa2be0ebcc37ddd8d4268635dcd1e9d4e
https://github.com/llvm/llvm-project/commit/d735307aa2be0ebcc37ddd8d4268635dcd1e9d4e
Author: Slava Gurevich <sgurevich at gmail.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M lldb/source/API/SBFrame.cpp
M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
M lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
M lldb/source/Target/Platform.cpp
Log Message:
-----------
[LLDB][Reliability] Remove dead code.
Remove redundant code that can never execute due to preceeding logic checks in the code.
Differential Revision: https://reviews.llvm.org/D130929
More information about the All-commits
mailing list