[Lldb-commits] [PATCH] D147370: [lldb] fixing #61727 fixing incorrect variable displaying with DW_OP_div
Anton Korobeynikov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 2 11:42:55 PDT 2023
asl added a comment.
The test seems to rely on the presence of the linker for the desired target platform, so cannot be used on cross-compile environment.
******************** TEST 'lldb-shell :: SymbolFile/DWARF/x86/DW_OP_div-with-signed.s' FAILED ********************
Script:
--
: 'RUN: at line 3'; /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-linux -o /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_OP_div-with-signed.s.tmp /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s
: 'RUN: at line 4'; /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/lldb --no-lldbinit -S /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/test/Shell/lit-lldb-init-quiet /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_OP_div-with-signed.s.tmp -o "b f" -o "r" -o "c" -o "c" -o "expression -T -- i" -o "exit" | /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/FileCheck /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: unrecognised emulation mode: elf_x86_64
Supported emulations: armelf_linux_eabi armelfb_linux_eabi
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147370/new/
https://reviews.llvm.org/D147370
More information about the lldb-commits
mailing list