jankratochvil added a subscriber: stella.stamenova.
jankratochvil added a comment.

@stella.stamenova It failed on a Windows box:
https://lab.llvm.org/buildbot/#/builders/83/builds/4202

  $ "c:\buildbot\lldb-x64-windows-ninja\build\bin\clang.exe" 
"--target=specify-a-target-or-use-a-_host-substitution" "-o" 
"C:\buildbot\lldb-x64-windows-ninja\build\tools\lldb\test\SymbolFile\DWARF\Output\DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp"
 "--target=x86_64-pc-linux" 
"C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\test\Shell\SymbolFile\DWARF\DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s"
 
"C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\test\Shell\SymbolFile\DWARF/Inputs/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu2.s"
  # command stderr:
  clang: error: unable to execute command: program not executable

Do you think the following change would fix it?

  -// RUN: %clang -o %t --target=x86_64-pc-linux %s \
  +// RUN: %clang_host -o %t %s \


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96778/new/

https://reviews.llvm.org/D96778

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to