[lld] r307998 - [lld] Update Windows support docs
Shoaib Meenai via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 21:05:39 PDT 2017
Author: smeenai
Date: Thu Jul 13 21:05:39 2017
New Revision: 307998
URL: http://llvm.org/viewvc/llvm-project?rev=307998&view=rev
Log:
[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).
Modified:
lld/trunk/docs/windows_support.rst
Modified: lld/trunk/docs/windows_support.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/windows_support.rst?rev=307998&r1=307997&r2=307998&view=diff
==============================================================================
--- lld/trunk/docs/windows_support.rst (original)
+++ lld/trunk/docs/windows_support.rst Thu Jul 13 21:05:39 2017
@@ -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
More information about the llvm-commits
mailing list