<div dir="ltr"><div dir="ltr">Some tests, such as <span style="font-family:monospace,monospace">llvm/test/tools/llvm-cov/range_based_for.cpp</span> are expected to fail on big-endian systems. This is a property of the host, but the tests use XFAIL with a list of triple substrings. The documentation indicates that triple substrings are evaluated with respect to the target triple (and not the host triple).</div><div dir="ltr"><br></div><div>It seems these tests should instead use REQUIRES on a (new) host feature for "host-little-endian".</div><div><br></div><div>-- HT<br></div></div>