[all-commits] [llvm/llvm-project] 6cfac4: [lldb][DWARF] Mark delayed-definition-die-searchin...

Omair Javaid via All-commits all-commits at lists.llvm.org
Mon May 13 15:59:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cfac497e96978f2bfc50a00b51c198f2ed50f82
      https://github.com/llvm/llvm-project/commit/6cfac497e96978f2bfc50a00b51c198f2ed50f82
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M lldb/test/Shell/SymbolFile/DWARF/delayed-definition-die-searching.test

  Log Message:
  -----------
  [lldb][DWARF] Mark delayed-definition-die-searching.test unsupported on Windows

This marks delayed-definition-die-searching.test as unsupported on
Windows. Clang uses link.exe as default linker if not marked explicitly
to use lld. When used with link.exe clang produces PDB format debug info
even when -gdwarf is specified.
This test will be unsupported until we make lldb-aarch64-windows buildbot
to use lld.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list