From fbe69f787ace06f44b6cb1bd3cd45ac703a16a05 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 8 May 2017 17:13:44 +0000 Subject: Vendor import of lld trunk r302418: https://llvm.org/svn/llvm-project/lld/trunk@302418 --- ELF/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ELF/Config.h') diff --git a/ELF/Config.h b/ELF/Config.h index 1ace4aa26fdb..0321c84e7106 100644 --- a/ELF/Config.h +++ b/ELF/Config.h @@ -73,6 +73,7 @@ struct VersionDefinition { // Most fields are initialized by the driver. struct Configuration { InputFile *FirstElf = nullptr; + bool HasStaticTlsModel = false; uint8_t OSABI = 0; llvm::CachePruningPolicy ThinLTOCachePolicy; llvm::StringMap SectionStartMap; @@ -99,7 +100,6 @@ struct Configuration { std::vector VersionScriptLocals; std::vector BuildIdVector; bool AllowMultipleDefinition; - bool ArchiveWithoutSymbolsSeen = false; bool AsNeeded = false; bool Bsymbolic; bool BsymbolicFunctions; -- cgit v1.2.3