[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in addition to...
authorMartin Storsjo <martin@martin.st>
Sat, 21 Sep 2019 19:09:49 +0000 (19:09 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 21 Sep 2019 19:09:49 +0000 (19:09 +0000)
commit2e25c44dc3fa97defe03e4b5d813344577d6b5fb
tree2e5d1bdef5ac62d4d97ecb8a5877a896c548689c
parentf4deacf995c73045a2172f35cbaf289fa97e7abc
[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in addition to MSVC defines

This matches how it is done in all other similar ifdefs throughout
lldb.

Differential Revision: https://reviews.llvm.org/D67858

llvm-svn: 372483
lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp