ZarkoCA marked 6 inline comments as done. ZarkoCA added inline comments.
================ Comment at: clang/lib/CodeGen/TargetInfo.cpp:4175 namespace { /// PPC32_SVR4_ABIInfo - The 32-bit PowerPC ELF (SVR4) ABI information. class PPC32_SVR4_ABIInfo : public DefaultABIInfo { ---------------- sfertile wrote: > ZarkoCA wrote: > > sfertile wrote: > > > This name and comment is misleading, the class is used for both SVR4 and > > > Darwin, and after this patch AIX. We need to fix the name comment to > > > reflect that. > > Does this wording of the comment work? > Missed updating the class name. Suggested: `PPC32_SVR4_ABIInfo` --> > `PowerPC32ABIInfo`. Sorry, missed updating the class name the first time. ================ Comment at: clang/test/CodeGen/aix-vararg.c:4 +// RUN: %clang_cc1 -triple powerpc-ibm-aix-xcoff -emit-llvm -o - %s | FileCheck %s --check-prefix=32BIT +#include <stdarg.h> + ---------------- hubert.reinterpretcast wrote: > ZarkoCA wrote: > > hubert.reinterpretcast wrote: > > > Can we use built-in types and functions in place of a header inclusion? > > I'm worried about legal/copyright issues with using contents from AIX > > system headers to LLVM testcases. But I can do that for sure once I > > understand what I am allowed to do. > I just mean: > `__builtin_va_list` > `__builtin_va_start` > `__builtin_va_copy` > `__builtin_va_arg` > `__builtin_va_end` > Thanks, I wasn't clear. Done as that now. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76360/new/ https://reviews.llvm.org/D76360 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits