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 4aee5a5cb10..299a0df1858 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -58,6 +58,7 @@ struct Configuration { bool Mips64EL = false; bool NoInhibitExec; bool NoUndefined; + bool PrintGcSections; bool Shared; bool Static = false; bool StripAll; |