summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r--lld/COFF/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h
index 4c1d90db60d..4fb02c50f8c 100644
--- a/lld/COFF/Config.h
+++ b/lld/COFF/Config.h
@@ -91,6 +91,9 @@ struct Configuration {
// Used for /opt:lldlto=N
unsigned LTOOptLevel = 2;
+ // Used for /opt:lldltojobs=N
+ unsigned LTOJobs = 1;
+
// Used for /merge:from=to (e.g. /merge:.rdata=.text)
std::map<StringRef, StringRef> Merge;
OpenPOWER on IntegriCloud