[PATCH] D79035: [clang][AIX] Implement ABIInfo and TargetCodeGenInfo for AIX
Jason Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 13 09:44:26 PDT 2020
jasonliu marked an inline comment as done.
jasonliu added inline comments.
================
Comment at: clang/test/Frontend/aix-unsupported.c:10
+// RUN: -c %s 2>&1 | FileCheck %s
+// CHECK: unsupported option
----------------
Xiangling_L wrote:
> One thing I am not so sure about is that for these two options `-maix-struct-return`, `-msvr4-struct-return`, do we need to update the `ClangCommandLineReference.rst` since we emit diags `unsupported option '-maix-struct-return' for target 'powerpc-unknown-aix'`
I think the error message is clear enough in itself what user should expect. I don't think it's necessary to add to the doc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79035/new/
https://reviews.llvm.org/D79035
More information about the cfe-commits
mailing list