[PATCH] D60551: [tests] Add host-byteorder-*-endian; update XFAILs of big-endian triples

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 18:53:56 PDT 2019


hubert.reinterpretcast created this revision.
hubert.reinterpretcast added reviewers: xingxue, sfertile, jasonliu.
Herald added subscribers: fedor.sergeev, nhaehnle, jvesely.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D60551

Files:
  test/MC/AMDGPU/hsa-sgpr-init-bug-v3.s
  test/MC/AMDGPU/hsa-v3.s
  test/Transforms/SampleProfile/gcc-simple.ll
  test/Transforms/SampleProfile/indirect-call-gcc.ll
  test/lit.cfg.py
  test/tools/llvm-cov/copy_block_helper.m
  test/tools/llvm-cov/gcov47_compatibility.cpp
  test/tools/llvm-cov/llvm-cov.test
  test/tools/llvm-cov/range_based_for.cpp
  test/tools/llvm-profdata/gcc-gcov-sample-profile.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60551.194627.patch
Type: text/x-patch
Size: 4895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190411/59639de3/attachment.bin>


More information about the llvm-commits mailing list