summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Driver.h')
-rw-r--r--lld/COFF/Driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/COFF/Driver.h b/lld/COFF/Driver.h
index bbb6cc97532..02b24269049 100644
--- a/lld/COFF/Driver.h
+++ b/lld/COFF/Driver.h
@@ -145,6 +145,8 @@ StringRef machineToStr(MachineTypes MT);
// Parses a string in the form of "<integer>[,<integer>]".
void parseNumbers(StringRef Arg, uint64_t *Addr, uint64_t *Size = nullptr);
+void parseGuard(StringRef Arg);
+
// Parses a string in the form of "<integer>[.<integer>]".
// Minor's default value is 0.
void parseVersion(StringRef Arg, uint32_t *Major, uint32_t *Minor);
OpenPOWER on IntegriCloud