summaryrefslogtreecommitdiffstats
path: root/lld/docs/windows_support.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-06-14 18:18:20 +0000
committerRui Ueyama <ruiu@google.com>2017-06-14 18:18:20 +0000
commit0e2753897e382011bba14e27cd13e04605a852c3 (patch)
tree1ea9e6c56330ca2cc8d0896d902c52a4e8078765 /lld/docs/windows_support.rst
parent3c0505d30c8564b3fe090204640173ceefbe7190 (diff)
downloadbcm5719-llvm-0e2753897e382011bba14e27cd13e04605a852c3.tar.gz
bcm5719-llvm-0e2753897e382011bba14e27cd13e04605a852c3.zip
Fix documentation.
We do not actually accept .rc files. We only accept .res files. Pointed out by Eric Beckmann. llvm-svn: 305406
Diffstat (limited to 'lld/docs/windows_support.rst')
-rw-r--r--lld/docs/windows_support.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/lld/docs/windows_support.rst b/lld/docs/windows_support.rst
index 2d66109d244..72fcbccec14 100644
--- a/lld/docs/windows_support.rst
+++ b/lld/docs/windows_support.rst
@@ -48,11 +48,8 @@ Creating DLL
file.
Windows resource files support
- :good:`Done`. If an ``.rc`` file is given, LLD converts the file to a COFF
- file using some external commands and link it. Specifically, ``rc.exe`` is
- used to compile a resource file (.rc) to a compiled resource (.res)
- file. ``rescvt.exe`` is then used to convert a compiled resource file to a
- COFF object file section. Both tools are shipped with MSVC.
+ :good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF
+ file using ``cvtres.exe`` command and link it.
Safe Structured Exception Handler (SEH)
:good:`Done` for both x86 and x64.
OpenPOWER on IntegriCloud