[all-commits] [llvm/llvm-project] 413946: [lldb] Fix REQUIRES for DWO relative path test

David Spickett via All-commits all-commits at lists.llvm.org
Thu Aug 17 07:19:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4139461d4e7788128c2da5f77712b8d39898f189
      https://github.com/llvm/llvm-project/commit/4139461d4e7788128c2da5f77712b8d39898f189
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s

  Log Message:
  -----------
  [lldb] Fix REQUIRES for DWO relative path test

This was "x86-registered-target" which seems to be false in this test
suite despite me having the x86 backend enabled. The other tests use just "x86"
and with that the test passes on my AArch64 machine fine.




More information about the All-commits mailing list