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 193a520ff67..2007992eaa2 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -113,6 +113,7 @@ struct Configuration { bool BsymbolicFunctions; bool CheckSections; bool CompressDebugSections; + bool Cref; bool DefineCommon; bool Demangle = true; bool DisableVerify; |