[PATCH] D115269: [SystemZ][z/OS] Add entry point marker to PPA

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 6 19:58:42 PST 2022


dyung added a comment.

The test added in this change fails on build bots that do not build the s390x target. Can you please take a look?

https://lab.llvm.org/buildbot/#/builders/139/builds/15573

  ******************** TEST 'LLVM :: MC/GOFF/ppa1.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 1';   /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llc -mtriple s390x-ibm-zos < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/MC/GOFF/ppa1.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/MC/GOFF/ppa1.ll
  --
  Exit Code: 2
  Command Output (stderr):
  --
  /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llc: error: : error: unable to get target for 's390x-ibm-zos', see --version and --triple.
  FileCheck error: '<stdin>' is empty.
  FileCheck command line:  /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/MC/GOFF/ppa1.ll
  --


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115269/new/

https://reviews.llvm.org/D115269



More information about the llvm-commits mailing list