summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-07-14 04:05:39 +0000
committerShoaib Meenai <smeenai@fb.com>2017-07-14 04:05:39 +0000
commitdc9e2ecbbc42cd0c898601db0f6466a48e6b87be (patch)
treed3a72c9030653bd3b16ecba6e77f160db35842ff /lld/docs
parent5d80151732512209a253cfb5af8721159df1ae31 (diff)
[lld] Update Windows support docs
The /appcontainer flag was added in r299728, and the lib.exe dependency for creating import libraries was removed in r275242. Update the docs accordingly. The PDB support also needs updating, but I'll leave that for someone who's more familiar with the current status (probably rnk).
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/windows_support.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/lld/docs/windows_support.rst b/lld/docs/windows_support.rst
index 56df45b3263..6b06d29afaf 100644
--- a/lld/docs/windows_support.rst
+++ b/lld/docs/windows_support.rst
@@ -29,8 +29,6 @@ Development status
Driver
:good:`Mostly done`. Some exotic command line options that are not usually
used for application develompent, such as ``/DRIVER``, are not supported.
- Options for Windows 8 app store are not recognized too
- (e.g. ``/APPCONTAINER``).
Linking against DLL
:good:`Done`. LLD can read import libraries needed to link against DLL. Both
@@ -44,8 +42,7 @@ Creating DLL
:good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
functions can be specified either via command line (``/EXPORT``) or via
module-definition file (.def). Both export-by-name and export-by-ordinal are
- supported. LLD uses Microsoft ``lib.exe`` tool to create an import library
- file.
+ supported.
Windows resource files support
:good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF