[PATCH] D148490: [AIX] use system assembler for assembly files
ChenZheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 31 22:19:23 PDT 2023
shchenz added inline comments.
================
Comment at: clang/test/Driver/target-as.s:1
// Make sure the -march is passed down to cc1as.
// RUN: %clang -target i386-unknown-freebsd -### -c -integrated-as %s \
----------------
MaskRay wrote:
> aix-as.c will be more appropriate.
Do you mean we change this file to `aix-as.s` or we change back to previous version? The file `target-as.s` can not be renamed to `aix-as.s`, it also contains tests for i386, see the first run line.
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