D105314 added the abibility choose to use AsmParser for parsing inline
asm. -no-intergrated-as will override this default if specified
explicitly.
If toolchain choose to use MCAsmParser for inline asm, don't pass
the option to disable integrated-as explictly unless set by user.
Do we need a new virtual function parseInlineAsmUsingAsmParser() in the tool chain file? Maybe we can use isOSAIX() and Args.hasFlag( here to change the behaviour for AIX. inline assembly parser sounds like not a toolchain level flag?