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 d9c3a4b43f8..bc5c09e8dfd 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -31,6 +31,7 @@ struct Configuration { bool DiscardAll; bool DiscardLocals; bool DiscardNone; + bool EnableNewDtags = true; bool ExportDynamic; bool NoInhibitExec; bool NoUndefined; |