[PATCH] D28285: Fix x86 gold tests on no-x86 targets

Asiri Rathnayake via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 03:46:15 PST 2017


rmaprath created this revision.
rmaprath added reviewers: rengolin, john.brawn, jmolloy.
rmaprath added subscribers: llvm-commits, rengolin.
Herald added subscribers: mehdi_amini, aemerson.

These tests are failing on our downstream arm/aarch64 builders. This is because they are missing a target triple and an `-m elf_x86_64` option like the rest of the tests.

@rengolin: I noted that none of the public arm/aarch64 bots build+test `LLVMgold`, any particular reason? I'm thinking we'd able to catch these much sooner if that was the case.


https://reviews.llvm.org/D28285

Files:
  test/tools/gold/X86/Inputs/thinlto.ll
  test/tools/gold/X86/Inputs/thinlto_archive1.ll
  test/tools/gold/X86/Inputs/thinlto_archive2.ll
  test/tools/gold/X86/comdat.ll
  test/tools/gold/X86/opt-level.ll
  test/tools/gold/X86/pr25907.ll
  test/tools/gold/X86/stats.ll
  test/tools/gold/X86/strip_names.ll
  test/tools/gold/X86/thinlto.ll
  test/tools/gold/X86/thinlto_afdo.ll
  test/tools/gold/X86/thinlto_archive.ll
  test/tools/gold/X86/type-merge2.ll
  test/tools/gold/X86/visibility.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28285.83027.patch
Type: text/x-patch
Size: 9650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170104/7a272282/attachment.bin>


More information about the llvm-commits mailing list