diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
| -rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 5b7b3baad3c..974ac34a31a 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -180,6 +180,8 @@ private: void writeLocalSymbols(uint8_t *&Buf); void writeGlobalSymbols(uint8_t *Buf); + static uint8_t getSymbolBinding(SymbolBody *Body); + SymbolTable<ELFT> &Table; StringTableSection<ELFT> &StrTabSec; unsigned NumVisible = 0; |

