[PATCH] D70255: implement printing out raw section data of xcoff objectfile for llvm-objdump
Digger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 10:43:08 PST 2019
DiggerLin added a comment.
In D70255#1750817 <https://reviews.llvm.org/D70255#1750817>, @leonardchan wrote:
> Hi! This patch seems to be causing test failures on our bots (https://luci-milo.appspot.com/p/fuchsia/builders/ci/clang-linux-x64/b8896419822706045584) and the llvm buildbots (http://lab.llvm.org:8011/builders/clang-cmake-x86_64-avx2-linux/builds/12040/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Axcoff-disassemble-all.test). Could you take a look into this? Thanks.
I have fixed the problem.
by adding "; REQUIRES: powerpc-registered-target" into the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70255/new/
https://reviews.llvm.org/D70255
More information about the llvm-commits
mailing list