[llvm-lib] Ignore /SUBSYSTEM flag

It's not clear what Microsoft's LIB.exe actually does based on the official
description of the flag (link below). We can probably ignore it for now.

https://docs.microsoft.com/en-us/cpp/build/reference/managing-a-library?view=msvc-170

Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D128458
This commit is contained in:
Pengxuan Zheng 2022-06-23 12:25:54 -07:00
parent eca6f9160f
commit b5b7e3adcd
1 changed files with 1 additions and 0 deletions

View File

@ -45,3 +45,4 @@ def help_q : Flag<["/??", "-??", "/?", "-?"], "">, Alias<help>;
def ltcg : F<"ltcg">;
def nologo : F<"nologo">;
def subsystem : P<"subsystem", "">;