llvm-project/lldb/source/Plugins/Platform/Windows
Martin Storsjö 4270c9cd44 [lldb] Stop passing both i386 and i686 in parallel as architectures on Windows
When an object file returns multiple architectures, it is treated
as a fat binary - which really isn't the case of i386 vs i686 where
the object file actually has one architecture.

This allows getting rid of hardcoded architecture triples in
PlatformWindows.

The parallel i386 and i686 architecture strings stem from
5e6f45201f / D7120 and
ad587ae4ca / D4658.

Differential Revision: https://reviews.llvm.org/D128617
2022-07-06 12:13:36 +03:00
..
CMakeLists.txt [lldb] Remove the global platform list 2022-04-13 14:41:13 +02:00
PlatformWindows.cpp [lldb] Stop passing both i386 and i686 in parallel as architectures on Windows 2022-07-06 12:13:36 +03:00
PlatformWindows.h [lldb] Plumb process host architecture through platform selection 2022-03-14 12:17:01 -07:00