[LLVMdev] Unifying Windows Target Triples

Chandler Carruth chandlerc at google.com
Thu Feb 27 20:48:13 PST 2014


On Thu, Feb 27, 2014 at 8:24 PM, Saleem Abdulrasool <abdulras at fb.com> wrote:

> Would you be willing to agree to:
>
> {armv7,i686,x86_64}-<vendor>-windows-{ia,gnu,ms}pe
>

I think 'msvc' is the only acceptable format. ;]

I don't really like 'ia' or 'ia64'. Those are CPU architectures, and very
specific ones. http://mentorembedded.github.io/cxx-abi/abi.html says
"Itanium C++ ABI". I think the name should reflect what that document says.

I'd actually rather prefer "<abi>-<fileformat>" as otherwise this is
completely illegible. But that's not deal breaker for me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140227/85d3d315/attachment.html>


More information about the llvm-dev mailing list