[PATCH 0/2] gdb/testsuite: Make ROCm/HIP tests work on native Windows
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
This short series is part of the ongoing effort to make GDB and its testsuite work on the native Windows (windows-msvc) target. It makes the gdb.rocm/ testsuite support usable on Windows. See the individual patches. This depends on: [PATCH v2] gdb/testsuite: replace hipcc with amdclang++ as the HIP compiler https://inbox.sourceware.org/gdb-patches/[email protected]/ The second patch gates on 'istarget "*-*-windows-msvc*"', which means it's only reachable once the patches that teach gdb and the testsuite about windows-msvc targets are merged: [PATCH 00/27] Teach the testsuite about the Windows/MSVC target https://inbox.sourceware.org/gdb-patches/[email protected]/T/ Pedro Alves (2): gdb/testsuite: For ROCm/HIP, don't rely on rocm_agent_enumerator allow_hipcc_tests: Allow native Windows (windows-msvc) gdb/testsuite/lib/gdb.exp | 4 +- gdb/testsuite/lib/rocm.exp | 101 +++++++++++++++++++------------------ 2 files changed, 56 insertions(+), 49 deletions(-) -- 2.54.0