diff options
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r-- | lld/ELF/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index b050d9b8e49..d15c25466f4 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -51,6 +51,7 @@ struct Configuration { std::vector<llvm::StringRef> DynamicList; std::vector<llvm::StringRef> SearchPaths; std::vector<llvm::StringRef> Undefined; + std::vector<llvm::StringRef> VersionScriptGlobals; bool AllowMultipleDefinition; bool AsNeeded = false; bool Bsymbolic; @@ -85,6 +86,7 @@ struct Configuration { bool Threads; bool Trace; bool Verbose; + bool VersionScript; bool WarnCommon; bool ZExecStack; bool ZNodelete; |