Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lld/COFF/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/COFF/README.md b/lld/COFF/README.md
index 91df396b6601..c827946fea35 100644
--- a/lld/COFF/README.md
+++ b/lld/COFF/README.md
@@ -12,8 +12,8 @@ Our plan is to implement a linker for the PE/COFF format based on a
different idea, and then apply the same idea to the ELF if proved to
be effective.
-Currently it's able to link everything in LLVM/CLang/LLD on the
-Windows platform.
+Currently it's able to link everything in LLVM/Clang/LLD on 64-bit
+Windows.
Overall Design
--------------