[all-commits] [llvm/llvm-project] 3c276e: [lldb][NFCI] Merge implementations of ObjectFileMa...
Alex via All-commits
all-commits at lists.llvm.org
Tue May 23 10:26:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c276eaf8f4a4adab3c0b25c78b5c1fdbf071a94
https://github.com/llvm/llvm-project/commit/3c276eaf8f4a4adab3c0b25c78b5c1fdbf071a94
Author: Alex Langford <alangford at apple.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Log Message:
-----------
[lldb][NFCI] Merge implementations of ObjectFileMachO::GetMinimumOSVersion and ObjectFileMachO::GetSDKVersion
These functions do the exact same thing (even if they look slightly
different). I yanked the common implementation, cleaned it up, and
shoved it into its own function.
Differential Revision: https://reviews.llvm.org/D151120
More information about the All-commits
mailing list