================ @@ -12,13 +12,31 @@ // RUN: env OBJECT_MODE=32 \ // RUN: %clang -print-target-triple | FileCheck -check-prefix=CHECK32 %s +// RUN: env OBJECT_MODE=32_64 \ +// RUN: %clang --target=powerpc-ibm-aix -print-target-triple | FileCheck -check-prefix=CHECK32 %s + +// RUN: env OBJECT_MODE=32_64 \ +// RUN: %clang -print-target-triple | FileCheck -check-prefix=CHECK64 %s ---------------- hubert-reinterpretcast wrote:
Conditional logic based on the configured default target triple is required for a test like this. https://github.com/llvm/llvm-project/pull/205180 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
