[all-commits] [llvm/llvm-project] 8db8a4: Clean up conditional, don't set load binaries twice
Jason Molenda via All-commits
all-commits at lists.llvm.org
Wed Mar 8 18:02:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8db8a4e8eddf91bfaee62f83ff10a51e7125d4e4
https://github.com/llvm/llvm-project/commit/8db8a4e8eddf91bfaee62f83ff10a51e7125d4e4
Author: Jason Molenda <jason at molenda.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Log Message:
-----------
Clean up conditional, don't set load binaries twice
Follow Alex Langford's feedback to my patch from
https://reviews.llvm.org/D145547 , and fix a
side issue I noticed while testing this, where
binaries loaded via LC_NOTE metadata were loaded
in the Target twice unnecessarily.
More information about the All-commits
mailing list