[all-commits] [llvm/llvm-project] d8139a: [lldb][test] Use -gdwarf to fix same CU breakpoint...

David Spickett via All-commits all-commits at lists.llvm.org
Wed Nov 6 03:41:20 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d8139ae50f72046a2fce36055d8dc936b50d20ef
      https://github.com/llvm/llvm-project/commit/d8139ae50f72046a2fce36055d8dc936b50d20ef
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M lldb/test/API/functionalities/breakpoint/same_cu_name/Makefile

  Log Message:
  -----------
  [lldb][test] Use -gdwarf to fix same CU breakpoint test on Windows on Arm

clang when given -g on Windows produces a PDB file. For whatever reason,
the test doesn't work with that.

-gdwarf produces DWARF regardless of platform.

Fixes 803f957e87e4083f6d61c8991171eeeaf0e6bd61.



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