forked from OSchip/llvm-project
COFF: Remove unused command line option.
llvm-svn: 243533
This commit is contained in:
parent
29f74c312a
commit
ca577fd536
|
@ -86,8 +86,6 @@ defm tsaware : B<"tsaware", "Create non-Terminal Server aware executable">;
|
|||
def help : F<"help">;
|
||||
def help_q : Flag<["/?", "-?"], "">, Alias<help>;
|
||||
|
||||
def DASH_DASH : Option<["--"], "", KIND_REMAINING_ARGS>;
|
||||
|
||||
// Flags for debugging
|
||||
def lldmap : Joined<["/", "-"], "lldmap:">;
|
||||
|
||||
|
|
Loading…
Reference in New Issue