DavidSpickett wrote:
This fixed two tests on Windows -
https://lab.llvm.org/buildbot/#/builders/141/builds/9338
Not often I see a unexpected passes! I've removed the xfails -
https://github.com/llvm/llvm-project/commit/e4447e1273616a8732e332168a53a6ac5c8798e2.
https://github.com/llvm/llvm-pro
https://github.com/DavidSpickett closed
https://github.com/llvm/llvm-project/pull/141344
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Nerixyz wrote:
I can't merge this by myself. @JDevlieghere could you merge this for me please?
https://github.com/llvm/llvm-project/pull/141344
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/ll
https://github.com/JDevlieghere approved this pull request.
Neat, LGTM
https://github.com/llvm/llvm-project/pull/141344
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: nerix (Nerixyz)
Changes
Different object file formats support DWARF sections (COFF, ELF, MachO,
PE/COFF, WASM). COFF and PE/COFF only matched a subset. This caused some GCC
executables produced on MinGW to have issue later on when debuggin
https://github.com/Nerixyz created
https://github.com/llvm/llvm-project/pull/141344
Different object file formats support DWARF sections (COFF, ELF, MachO,
PE/COFF, WASM). COFF and PE/COFF only matched a subset. This caused some GCC
executables produced on MinGW to have issue later on when deb