This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Change -march=systemz to triple and fix mature-mc test
ClosedPublic

Authored by Kai on Sep 27 2019, 4:57 AM.

Details

Summary

These two test cases use -march=systemz instead of a triple. In
particular, the used file format is then based on the default host
triple. This leads to different behaviour on different platforms.

The SystemZ implementation uses the integrated assembler for a
long time now. The mature-mc-support test can be fully enabled.

Diff Detail

Repository
rL LLVM

Event Timeline

Kai created this revision.Sep 27 2019, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2019, 4:57 AM
uweigand accepted this revision.Sep 27 2019, 5:50 AM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 27 2019, 5:50 AM
This revision was automatically updated to reflect the committed changes.