[PATCH] D130105: [NFC][AMDGPU] Refactor AMDGPUDisassembler
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 15:12:03 PDT 2022
scott.linder updated this revision to Diff 468346.
scott.linder added a comment.
I am not sure I understand the exact root cause of the failures, but I do know
that bash sometimes interprets % as starting a "job specifier", so I tried
removing it from the substitution names.
I also removed two substitutions that actually belong in D128014 <https://reviews.llvm.org/D128014>.
Does anyone have a better idea of why this might be failing? Is there a way
for me to reproduce the bootstrap build locally to test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130105/new/
https://reviews.llvm.org/D130105
Files:
llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
llvm/test/tools/llvm-objdump/ELF/AMDGPU/kd-sgpr.s
llvm/test/tools/llvm-objdump/ELF/AMDGPU/kd-vgpr.s
llvm/test/tools/llvm-objdump/ELF/AMDGPU/lit.local.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130105.468346.patch
Type: text/x-patch
Size: 21640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221017/7a774e22/attachment.bin>
More information about the llvm-commits
mailing list