[PATCH] D148490: [AIX] use system assembler for assembly files
ChenZheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 11 02:33:52 PDT 2023
shchenz added a comment.
> I am not sure you need 6 RUN lines to test this. Whether a target uses integrated assembler has an existing test file and you can reuse that.
I don't have strong prefer which one we should use, a new file or reuse file. Since you point out, I change to reuse a legacy one in same dir. Please notice that there are some other targets that has their own assembler test file, like mips-as.s, systemz-as.s, arm64-as.s.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148490/new/
https://reviews.llvm.org/D148490
More information about the cfe-commits
mailing list