This is an archive of the discontinued LLVM Phabricator instance.

[tests] Add host-byteorder-*-endian; update XFAILs of big-endian triples
ClosedPublic

Authored by hubert.reinterpretcast on Apr 10 2019, 6:52 PM.

Details

Summary

Triple components in XFAIL lines are tested against the target triple.
Various tests that are expected to fail on big-endian hosts are marked
as being XFAIL for big-endian targets. This patch corrects these tests
by having them test against a new host-byteorder-big-endian feature.

Diff Detail

Repository
rL LLVM