[PATCH] D130105: [NFC][AMDGPU] Refactor AMDGPUDisassembler
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 03:27:33 PDT 2022
foad added a comment.
In D130105#3804814 <https://reviews.llvm.org/D130105#3804814>, @cmtice wrote:
> [ 6] ; RUN: %assemble -mcpu=gfx908 <1.s >1.o [FAIL]
> %assemble -mcpu=gfx908 <1.s >1.o
> bash: line 0: fg: no job control
This seems pretty clear that lit has not applied the substitution for `%assemble` before passing the command line to the shell. But I don't know how that could have happened. @cmtice do you have a link to your actual build? Is there anything unusual about it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130105/new/
https://reviews.llvm.org/D130105
More information about the llvm-commits
mailing list