diff options
Diffstat (limited to 'ELF/Config.h')
-rw-r--r-- | ELF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/Config.h b/ELF/Config.h index b828cdb25047..b7706205a5b6 100644 --- a/ELF/Config.h +++ b/ELF/Config.h @@ -98,6 +98,7 @@ struct Configuration { bool Bsymbolic; bool BsymbolicFunctions; bool ColorDiagnostics = false; + bool DefineCommon; bool Demangle = true; bool DisableVerify; bool EhFrameHdr; |