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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM