aboutsummaryrefslogtreecommitdiff
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 51b1363..a2ca577 100644
--- a/lld/MachO/Config.h
+++ b/lld/MachO/Config.h
@@ -223,6 +223,7 @@ struct Configuration {
bool warnThinArchiveMissingMembers;
bool disableVerify;
bool separateCstringLiteralSections;
+ bool tailMergeStrings;
bool callGraphProfileSort = false;
llvm::StringRef printSymbolOrder;