[PATCH 0/2] gdb/testsuite: Make windows-msvc test with lld-link + DWARF
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
This series continues teaching the GDB testsuite about Windows targets whose triplet uses the "windows" OS and the MSVC ABI, as produced by Clang (e.g. x86_64-pc-windows-msvc), so that a MinGW-hosted GDB configured with: --host=x86_64-w64-mingw32 --target=x86_64-pc-windows-msvc can be exercised against a matching Clang. This builds on the series that added base support for windows-msvc to the testsuite: https://inbox.sourceware.org/gdb-patches/[email protected]/T/#t [PATCH 00/27] Teach the testsuite about the Windows/MSVC target This short series forces lld-link and DWARF on windows-msvc. See individual commits for details. Pedro Alves (2): gdb/testsuite: Force lld-link linker on windows-msvc gdb/testsuite: Force DWARF debug info on windows-msvc gdb/testsuite/lib/gdb.exp | 94 ++++++++++++++++++++++++++++++++------- 1 file changed, 79 insertions(+), 15 deletions(-) base-commit: a80fede20bc1330eca5e419392c6595bb3a6ac1d -- 2.54.0