[all-commits] [llvm/llvm-project] 05fbe7: [lldb] Remove nested switches from ARMGetSupported...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Nov 5 21:12:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05fbe758906ea27344391bd27817b19788bbce91
https://github.com/llvm/llvm-project/commit/05fbe758906ea27344391bd27817b19788bbce91
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
M lldb/unittests/Platform/PlatformDarwinTest.cpp
Log Message:
-----------
[lldb] Remove nested switches from ARMGetSupportedArchitectureAtIndex (NFC)
Remove the nested switches from the ARMGetSupportedArchitectureAtIndex
implementation.
Differential revision: https://reviews.llvm.org/D113155
Commit: ef2efd2553e00bc98c73843da9792d90e4231d30
https://github.com/llvm/llvm-project/commit/ef2efd2553e00bc98c73843da9792d90e4231d30
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M lldb/tools/debugserver/source/TTYState.cpp
Log Message:
-----------
[lldb] Remove 'result' variable which is set but not used (NFC)
Compare: https://github.com/llvm/llvm-project/compare/c0d22dd0e745...ef2efd2553e0
More information about the All-commits
mailing list