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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 01:40:00 PST 2022


foad added a comment.

In D115269#3226623 <https://reviews.llvm.org/D115269#3226623>, @dyung wrote:

> 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
>   --

Should be fixed by 080f372ad36483b7d413e98c3bef5170bdb97631 <https://reviews.llvm.org/rG080f372ad36483b7d413e98c3bef5170bdb97631>.


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