This matches how it is done in all other similar ifdefs throughout lldb (modulo inconsistencies between _M_AMD64 and _M_X64); both MSVC and GCC style arch defines are checked together.
Details
Details
- Reviewers
- compnerd - hhb - labath 
- Commits
- rG2e25c44dc3fa: [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in addition…
 rLLDB372483: [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in addition…
 rL372483: [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in addition…
Diff Detail
Diff Detail
- Repository
- rL LLVM