forked from OSchip/llvm-project
[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:
parent
eca6f9160f
commit
b5b7e3adcd
|
@ -45,3 +45,4 @@ def help_q : Flag<["/??", "-??", "/?", "-?"], "">, Alias<help>;
|
||||||
|
|
||||||
def ltcg : F<"ltcg">;
|
def ltcg : F<"ltcg">;
|
||||||
def nologo : F<"nologo">;
|
def nologo : F<"nologo">;
|
||||||
|
def subsystem : P<"subsystem", "">;
|
||||||
|
|
Loading…
Reference in New Issue