diff options
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r-- | lld/ELF/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index a92c5125a25..2ea9f7c9e3d 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -121,7 +121,7 @@ struct Configuration { bool Verbose; bool WarnCommon; bool ZCombreloc; - bool ZExecStack; + bool ZExecstack; bool ZNodelete; bool ZNow; bool ZOrigin; |