[PATCH] D159224: [llvm-objdump] Enable assembly highlighting in llvm-objdump
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 10:34:47 PDT 2023
dyung added a comment.
The newly added test `tools/llvm-objdump/MachO/arm64-disassembly-color.s` is failing if AArch64 backend is not available, sounds like a `REQUIRES` is needed?
https://lab.llvm.org/buildbot/#/builders/139/builds/48856
******************** TEST 'LLVM :: tools/llvm-objdump/MachO/arm64-disassembly-color.s' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
+ : 'RUN: at line 1'
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-mc -triple arm64-apple-macosx /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/tools/llvm-objdump/MachO/arm64-disassembly-color.s -filetype=obj -o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/tools/llvm-objdump/MachO/Output/arm64-disassembly-color.s.tmp
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-mc: error: unable to get target for 'arm64-apple-macosx', see --version and --triple.
--
********************
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159224/new/
https://reviews.llvm.org/D159224
More information about the llvm-commits
mailing list