Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r--lld/COFF/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h
index 823385228c53..801478149697 100644
--- a/lld/COFF/Config.h
+++ b/lld/COFF/Config.h
@@ -46,6 +46,7 @@ struct Configuration {
std::string OutputFile;
bool DoGC = true;
bool Relocatable = true;
+ bool Force = false;
// Symbols in this set are considered as live by the garbage collector.
std::set<StringRef> GCRoots;