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 c669a04ecf3..37f713f1843 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -189,6 +189,7 @@ struct Configuration { bool ZInitfirst; bool ZInterpose; bool ZKeepTextSectionPrefix; + bool ZNodefaultlib; bool ZNodelete; bool ZNodlopen; bool ZNow; |