efriedma-quic wrote:

arm64x isn't really a "target" in the sense that you can build code for it.  
When you're building a C file, it's either arm64, or arm64ec; it can't be 
"arm64x".  arm64x is just a library format that combines an arm64 library with 
an arm64ec library.

So I'm tempted to say we should just add a separate flag for this, instead of 
overloading the triple.  "-marm64x" or something like that.

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

Reply via email to