diff options
Diffstat (limited to 'lld/ELF/MapFile.h')
-rw-r--r-- | lld/ELF/MapFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/MapFile.h b/lld/ELF/MapFile.h index 2d93e26d4cf..0282425888b 100644 --- a/lld/ELF/MapFile.h +++ b/lld/ELF/MapFile.h @@ -13,6 +13,7 @@ namespace lld { namespace elf { void writeMapFile(); +void writeCrossReferenceTable(); } // namespace elf } // namespace lld |