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 ea94f88f2ba..8c48996aaa6 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -67,6 +67,7 @@ struct Configuration { bool GnuHash = false; bool ICF; bool Mips64EL = false; + bool NoGnuUnique; bool NoUndefined; bool NoinhibitExec; bool Pic; |