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

Duncan Sands baldrick at free.fr
Sat Jan 22 03:14:47 PST 2011


>> @@ -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.

Ciao, Duncan.



More information about the llvm-commits mailing list