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
path: root/lld/COFF
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-06-26 20:59:12 +0300
committerRui Ueyama <ruiu@google.com>2015-06-26 20:59:12 +0300
commit5740abd7d3a799ab721bd3983715186c526131a2 (patch)
treeeb31f4142888f1987cea21cc8be5b73424fe72e4 /lld/COFF
parentb046a635a0f4108a4a5e23806aab7e56fa84b628 (diff)
COFF: Fix README.
llvm-svn: 240802
Diffstat (limited to 'lld/COFF')
-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
--------------