summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-03-13 03:17:42 +0000
committerRui Ueyama <ruiu@google.com>2016-03-13 03:17:42 +0000
commit7f4a492f983db9dec437d2d5261849c819ccd898 (patch)
tree5a2499e5cd584b5eb7384d7594b68455620ca643
parent203984706237ac8b1d8f46942863863bca6c761f (diff)
downloadbcm5719-llvm-7f4a492f983db9dec437d2d5261849c819ccd898.tar.gz
bcm5719-llvm-7f4a492f983db9dec437d2d5261849c819ccd898.zip
"Windows" is a product name, so it should be spelled correctly.
llvm-svn: 263357
-rw-r--r--lld/ELF/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp
index a37a9261784..b95795e031e 100644
--- a/lld/ELF/Driver.cpp
+++ b/lld/ELF/Driver.cpp
@@ -61,7 +61,7 @@ static std::pair<ELFKind, uint16_t> parseEmulation(StringRef S) {
if (S == "aarch64linux")
return {ELF64LEKind, EM_AARCH64};
if (S == "i386pe" || S == "i386pep" || S == "thumb2pe")
- error("windows targets are not supported on the ELF frontend: " + S);
+ error("Windows targets are not supported on the ELF frontend: " + S);
else
error("unknown emulation: " + S);
return {ELFNoneKind, 0};
OpenPOWER on IntegriCloud