[llvm-commits] [llvm] r123990 - in /llvm/trunk: include/llvm/ADT/Triple.h lib/Support/Triple.cpp unittests/ADT/TripleTest.cpp

Renato Golin Renato.Golin at arm.com
Sat Jan 22 03:43:00 PST 2011


On 22/01/11 11:14, Duncan Sands wrote:
>  >> @@ -84,6 +84,7 @@
>  >>
>  >> case Apple: return "apple";
>  >> case PC: return "pc";
>  >> + case NoVendor: return "none";
>
> PS: Presumably you intend to have LLVM codegen behave differently if it
> sees NoOS or NoVendor, as opposed to UnknownOs or UnknownVendor? If not,
> then there should be no need to add these.

Yes. It's very natural NOT to have an OS in ARM world, so that's a valid
option. UnknownOS/Vendor is an invalid triple.

cheers,
--renato

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.





More information about the llvm-commits mailing list