This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in addition to MSVC defines
ClosedPublic

Authored by mstorsjo on Sep 20 2019, 1:25 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Sep 20 2019, 1:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2019, 1:25 PM
compnerd accepted this revision.Sep 20 2019, 1:40 PM
This revision is now accepted and ready to land.Sep 20 2019, 1:40 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2019, 12:08 PM