This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Use AsmParser to do inline asm parsing
ClosedPublic

Authored by jsji on Jul 1 2021, 1:30 PM.

Details

Summary

Add a flag so that target can choose to use AsmParser for parsing inline asm.
And set the flag by default for AIX.

-no-intergrated-as will override this default if specified explicitly.

Diff Detail

Event Timeline

jsji created this revision.Jul 1 2021, 1:30 PM
jsji requested review of this revision.Jul 1 2021, 1:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2021, 1:30 PM

Seems the X86 failures in the premerge tests need to be addressed. A little strange why that assertion only happens on X86 target.

Seems the X86 failures in the premerge tests need to be addressed. A little strange why that assertion only happens on X86 target.

That is because this depends on D105259, I have set the parent revision now.

jsji updated this revision to Diff 356083.Jul 1 2021, 7:10 PM

To trigger premerget tests again.

shchenz accepted this revision.Jul 1 2021, 8:27 PM

Seems the X86 failures in the premerge tests need to be addressed. A little strange why that assertion only happens on X86 target.

That is because this depends on D105259, I have set the parent revision now.

Ah, OK, LGTM. Thanks

This revision is now accepted and ready to land.Jul 1 2021, 8:27 PM
This revision was automatically updated to reflect the committed changes.