[all-commits] [llvm/llvm-project] 6cf64b: [clang] [MinGW] Default to DWARF 4

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Feb 10 01:00:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cf64b2d2858dc93c3ec93438bdaca2807847e9b
      https://github.com/llvm/llvm-project/commit/6cf64b2d2858dc93c3ec93438bdaca2807847e9b
  Author: Martin Storsjö <martin at martin.st>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M clang/lib/Driver/ToolChains/MinGW.h
    M clang/test/CodeGen/dwarf-version.c

  Log Message:
  -----------
  [clang] [MinGW] Default to DWARF 4

Neither LLDB nor GDB seem to work with DWARF 5 debug information on
Windows right now.

This applies the same change as in
9c6272861032f511a23784ce0c5cc8f6ac2f625b (Default to DWARFv4 on Windows)
to the MinGW driver too.

Differential Revision: https://reviews.llvm.org/D119326


  Commit: 3dce6b329ce3efa1d51f1101a08cff31ecdbeb12
      https://github.com/llvm/llvm-project/commit/3dce6b329ce3efa1d51f1101a08cff31ecdbeb12
  Author: Martin Storsjö <martin at martin.st>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Fix the aligned storage test to work on Windows

Don't test alignment over 8 KB, which isn't supported on that
platform.

Differential Revision: https://reviews.llvm.org/D119348


Compare: https://github.com/llvm/llvm-project/compare/0f9109cc9d89...3dce6b329ce3


More information about the All-commits mailing list