To whom,
I’m seeing a failure on this bot:
-- Command Output (stderr): -- /home/buildslave/buildslave/clang-cmake-armv7-quick/stage1/bin/llvm-objdump: error: '/home/buildslave/buildslave/clang-cmake-armv7-quick/llvm/llvm/test/tools/llvm-objdump/Inputs/macho-stabs-x86_64': can't find target: : error: unable to get target for 'x86_64---macho', see --version and --triple.
This is just a binary file verifier. Is it the case this bot doesn’t have a mach-o disassembler? And if so, is there a way to disable this test on this bot?
Thanks!
MDT
Hi Mike,
It could be that the bot isn’t configured with the x86 backend? Maybe the test needs to be predicated on x86 being available. If that’s not it it could be the triple: x86_64---macho looks kind of funky.
— Lang.
On Dec 21, 2019, at 12:05 PM, Michael Trent mtrent@apple.com wrote:
To whom,
I’m seeing a failure on this bot:
-- Command Output (stderr): -- /home/buildslave/buildslave/clang-cmake-armv7-quick/stage1/bin/llvm-objdump: error: '/home/buildslave/buildslave/clang-cmake-armv7-quick/llvm/llvm/test/tools/llvm-objdump/Inputs/macho-stabs-x86_64': can't find target: : error: unable to get target for 'x86_64---macho', see --version and --triple.
This is just a binary file verifier. Is it the case this bot doesn’t have a mach-o disassembler? And if so, is there a way to disable this test on this bot?
Thanks!
MDT
Thanks, I made a change and that should clear things up.
MDT
On Dec 20, 2019, at 5:25 PM, Lang Hames lhames@apple.com wrote:
Hi Mike,
It could be that the bot isn’t configured with the x86 backend? Maybe the test needs to be predicated on x86 being available. If that’s not it it could be the triple: x86_64---macho looks kind of funky.
— Lang.
On Dec 21, 2019, at 12:05 PM, Michael Trent <mtrent@apple.com mailto:mtrent@apple.com> wrote:
To whom,
I’m seeing a failure on this bot:
-- Command Output (stderr): -- /home/buildslave/buildslave/clang-cmake-armv7-quick/stage1/bin/llvm-objdump: error: '/home/buildslave/buildslave/clang-cmake-armv7-quick/llvm/llvm/test/tools/llvm-objdump/Inputs/macho-stabs-x86_64': can't find target: : error: unable to get target for 'x86_64---macho', see --version and --triple.
This is just a binary file verifier. Is it the case this bot doesn’t have a mach-o disassembler? And if so, is there a way to disable this test on this bot?
Thanks!
MDT
linaro-toolchain@lists.linaro.org