This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Add dummy XCOFF MCAsmParserExtension
ClosedPublic

Authored by jsji on Jun 30 2021, 8:09 PM.

Details

Summary

Implement XCOFFMCAsmParser so that we can use MC to parse inline asm.

The directives and storage mapping classes will be added later
iteratively.

Diff Detail

Event Timeline

jsji created this revision.Jun 30 2021, 8:09 PM
jsji requested review of this revision.Jun 30 2021, 8:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 8:09 PM
xgupta accepted this revision.Jul 1 2021, 1:39 AM
xgupta added a subscriber: xgupta.

LGTM, Thanks!

Tested the patch locally on my system and most code is common with ELF/COFF AsmParser implementation. Will look for further AIX/COFF specific implementation.

This revision is now accepted and ready to land.Jul 1 2021, 1:39 AM
This revision was landed with ongoing or failed builds.Jul 2 2021, 9:12 AM
This revision was automatically updated to reflect the committed changes.