Skip to content

Add support for 64-bit elfs from atidxx #2458

Add support for 64-bit elfs from atidxx

Add support for 64-bit elfs from atidxx #2458

Triggered via pull request May 7, 2024 19:32
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Commit message check
7s
Commit message check
Code formatting check
57s
Code formatting check
Baseline cmake check
0s
Baseline cmake check
Documentation Build
0s
Documentation Build
Android
0s
Android
Matrix: Linux
Matrix: Mac
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Code formatting check
clang-format issues were found. See CONTRIBUTING.md for more information. diff --git a/renderdoc/driver/ihv/amd/amd_isa_win32.cpp b/renderdoc/driver/ihv/amd/amd_isa_win32.cpp index f89188c..48585b0 100644 --- a/renderdoc/driver/ihv/amd/amd_isa_win32.cpp +++ b/renderdoc/driver/ihv/amd/amd_isa_win32.cpp @@ -75,7 +75,7 @@ static rdcstr ParseElf(const Elf_Ehdr *elfHeader, bool amdil, const rdcstr &targ { rdcstr ret; - const uint8_t *elf = (const uint8_t*)elfHeader; + const uint8_t *elf = (const uint8_t *)elfHeader; const Elf_Shdr *strtab = (const Elf_Shdr *)(elf + elfHeader->e_shoff + sizeof(Elf_Shdr) * elfHeader->e_shstrndx); @@ -136,7 +136,7 @@ static rdcstr ParseElf(const Elf_Ehdr *elfHeader, bool amdil, const rdcstr &targ return ret; } -static rdcstr ParseElf(const uint8_t* elf, bool amdil, const rdcstr &target) +static rdcstr ParseElf(const uint8_t *elf, bool amdil, const rdcstr &target) { const Elf32_Ehdr *elf32Header = (const Elf32_Ehdr *)elf;
Code formatting check
Process completed with exit code 1.
Code formatting check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.