================
@@ -199,6 +199,7 @@ class Triple {
     SUSE,
     OpenEmbedded,
     Intel,
+    WALI,
----------------
arjunr2 wrote:

We're really not adding a new OS to the set of triples here since we're reusing 
Linux, just the new ABI for Wasm.

It's not too late to modify the rustc, but notably, that will not really be 
pratically since right now, having the rustc target with `wasm32`, `linux`, and 
`musl` allows minimal patching across crates by reusing existing cfg 
environments. Hence the decision to opt for just the vendor field in Rust -- 
changing the environment to something else will be a huge pain 

https://github.com/llvm/llvm-project/pull/156087
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to