Since the integrated assembly parser was not implemented yet for AIX and macro is not part of the native assembly dialect on AIX, the test macro-same-context is expected to fail for AIX; hence added AIX to XFAIL list.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The comment about integrated assembler was not implemented for AIX is not exact correct.
You could still get reasonable object file generation for AIX with -fintegrated-as option turn on.
I think you meant the "assembly parser for AIX is not implemented yet."
Comment Actions
It may make sense to document in the commit message that .macro is not part of the native assembly dialect on AIX, but either the test would work (and we will update it when lit reports it) or a separate test would be put into place to verify that .macro is diagnosed as not being a valid directive.