[LLVMdev] host triple for Win64?
NAKAMURA Takumi
geek4civic at gmail.com
Wed Mar 9 21:07:16 PST 2011
Eric,
"x86_64-(pc)-win32" on ToT.
AFAIK no one cares vendor on windows.
We can know, to ask llvm::Triple, (OS == win32 && (arch == x86 || arch
== x86_64)).
I don't understand why do you need to distinguish Windows x64 with OSType.
(In contrast, I got rid of "-mingw64" and integrated to "-mingw32".)
Please let me know your matters.
I suppose "Win32" would not present "on 32bit" any more, like a
synonym "Windows NT API". :)
...Takumi
More information about the llvm-dev
mailing list