[llvm] [llvm][lit] Omit vendor in triples for "native" feature (PR #136325)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 02:38:08 PDT 2025


================
@@ -108,14 +118,17 @@ def __init__(self, lit_config, config):
         elif platform.system() == "OS/390":
             features.add("system-zos")
 
-        # Native compilation: host arch == default triple arch
+        # Native compilation: host arch == default triple arch (sans vendor)
----------------
DavidSpickett wrote:

Without vendor assuming the vendor is not significant to ABI.

Maybe you could say:
Native compilation: host arch == default triple arch (for ABI purposes)

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


More information about the llvm-commits mailing list