diff options
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r-- | lld/ELF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index 3c9c7a1ea62..4e746a5a1ea 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -84,6 +84,7 @@ struct Configuration { bool FatalWarnings; bool GcSections; bool GnuHash = false; + bool HasVersionScript = false; bool ICF; bool Mips64EL = false; bool NoGnuUnique; |