summaryrefslogtreecommitdiff
path: root/lld/MachO/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/MachO/Config.h')
-rw-r--r--lld/MachO/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/MachO/Config.h b/lld/MachO/Config.h
index a01e60efbe76..19dba790c1c7 100644
--- a/lld/MachO/Config.h
+++ b/lld/MachO/Config.h
@@ -186,6 +186,7 @@ struct Configuration {
bool interposable = false;
bool errorForArchMismatch = false;
bool ignoreAutoLink = false;
+ int readWorkers = 0;
// ld64 allows invalid auto link options as long as the link succeeds. LLD
// does not, but there are cases in the wild where the invalid linker options
// exist. This allows users to ignore the specific invalid options in the case