diff options
-rw-r--r-- | lld/lib/Driver/WinLinkOptions.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/lib/Driver/WinLinkOptions.td b/lld/lib/Driver/WinLinkOptions.td index 1a77e29ae48..aac968579a0 100644 --- a/lld/lib/Driver/WinLinkOptions.td +++ b/lld/lib/Driver/WinLinkOptions.td @@ -49,7 +49,6 @@ def manifestdependency : P<"manifestdependency", // a reserved keyword in tablegen. def incl : Joined<["/", "-"], "include:">, HelpText<"Force symbol to be added to symbol table as undefined one">; -def incl_c : Separate<["/", "-"], "include">, Alias<incl>; def nodefaultlib_all : F<"nodefaultlib">; def noentry : F<"noentry">; |