From dc9e2ecbbc42cd0c898601db0f6466a48e6b87be Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Fri, 14 Jul 2017 04:05:39 +0000 Subject: [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). --- lld/docs/windows_support.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lld/docs') 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 -- cgit v1.2.3