summaryrefslogtreecommitdiff
path: root/MinGW/Options.td
diff options
context:
space:
mode:
Diffstat (limited to 'MinGW/Options.td')
-rw-r--r--MinGW/Options.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/MinGW/Options.td b/MinGW/Options.td
index ad699f71134a..948faa687521 100644
--- a/MinGW/Options.td
+++ b/MinGW/Options.td
@@ -40,6 +40,9 @@ def strip_debug: F<"strip-debug">,
def whole_archive: F<"whole-archive">,
HelpText<"Include all object files for following archives">;
def verbose: F<"verbose">, HelpText<"Verbose mode">;
+def require_defined: S<"require-defined">,
+ HelpText<"Force symbol to be added to symbol table as an undefined one">;
+def require_defined_eq: J<"require-defined=">, Alias<require_defined>;
// LLD specific options
def _HASH_HASH_HASH : Flag<["-"], "###">,