[flang-commits] [flang] [flang] Add 32-bit AIX target specific in order to build 32-bit flang-rt (PR #136051)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Wed Apr 16 18:38:40 PDT 2025


================
@@ -1020,6 +1020,37 @@ struct TargetAArch64 : public GenericTarget<TargetAArch64> {
 };
 } // namespace
 
+//===----------------------------------------------------------------------===//
+// PPC (AIX 32 bit) target specifics.
+//===----------------------------------------------------------------------===//
+namespace {
+struct TargetPPC : public GenericTarget<TargetPPC> {
----------------
kkwli wrote:

I think `TargetPPC32` is better distinguish from the other.

https://github.com/llvm/llvm-project/pull/136051


More information about the flang-commits mailing list