summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Triple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Triple.cpp')
-rw-r--r--llvm/lib/Support/Triple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp
index 65af29602ff..71cab39eb0e 100644
--- a/llvm/lib/Support/Triple.cpp
+++ b/llvm/lib/Support/Triple.cpp
@@ -46,7 +46,7 @@ const char *Triple::getVendorTypeName(VendorType Kind) {
case UnknownVendor: return "unknown";
case Apple: return "apple";
- case PC: return "PC";
+ case PC: return "pc";
}
return "<invalid>";
OpenPOWER on IntegriCloud