[PATCH] D148490: [AIX] use system assembler for assembly files
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 20:14:25 PDT 2023
MaskRay added inline comments.
================
Comment at: clang/test/Driver/aix-assembler.s:23
+
+// RUN: %clang %s -### -c 2>&1 -fno-integrated-as \
+// RUN: --target=powerpc-ibm-aix7.1.0.0 \
----------------
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.
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