Remove one change from https://reviews.llvm.org/D115431
authorJason Molenda <jason@molenda.com>
Fri, 10 Dec 2021 09:01:17 +0000 (01:01 -0800)
committerJason Molenda <jason@molenda.com>
Fri, 10 Dec 2021 09:04:07 +0000 (01:04 -0800)
commitefdac16b382b86358dba60f3a759c64a0fc446fc
tree7753f3b0f986416838022923ad3d6c7e12e864e1
parente6e7da5515e56d3b26b705a3feff6225f2bf794b
Remove one change from https://reviews.llvm.org/D115431

The change to ArchSpec::SetArchitecture that was setting the
ObjectFile of a mach-o binary to llvm::Triple::MachO.  It's not
necessary for my patch, and it changes the output of image list -t
causing TestUniversal.py to fail on x86_64 systems.  The bots
turned up the failure, I was developing and testing this on
an Apple Silicon mac.
lldb/source/Utility/ArchSpec.cpp