[clang] [llvm] [PowerPC][clang] Fix triple constructor ambiguity causing "unknown" target triple on AIX (PR #147488)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 10:48:53 PDT 2025


================
@@ -0,0 +1,14 @@
+// Test for the Triple constructor ambiguity fix on AIX
+// This test verifies that the default target triple is correctly resolved
+// and doesn't fall back to "unknown" due to constructor ambiguity.
+
+// REQUIRES: system-aix
----------------
hubert-reinterpretcast wrote:

@tonykuttai, this is not sufficient. The target also has to be AIX to begin with (as opposed to an AIX-hosted cross-compiling configuration).

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


More information about the llvm-commits mailing list