Skip to content

Commit

Permalink
[llvm-lib] Ignore /SUBSYSTEM flag
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pzhengqc committed Jun 28, 2022
1 parent eca6f91 commit b5b7e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/ToolDrivers/llvm-lib/Options.td
Expand Up @@ -45,3 +45,4 @@ def help_q : Flag<["/??", "-??", "/?", "-?"], "">, Alias<help>;

def ltcg : F<"ltcg">;
def nologo : F<"nologo">;
def subsystem : P<"subsystem", "">;

0 comments on commit b5b7e3a

Please sign in to comment.