diff options
Diffstat (limited to 'contrib/llvm-project/lld/ELF/Writer.h')
-rw-r--r-- | contrib/llvm-project/lld/ELF/Writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/lld/ELF/Writer.h b/contrib/llvm-project/lld/ELF/Writer.h index eaf021aac42e..aac8176d9098 100644 --- a/contrib/llvm-project/lld/ELF/Writer.h +++ b/contrib/llvm-project/lld/ELF/Writer.h @@ -57,6 +57,7 @@ bool isMipsN32Abi(const InputFile *f); bool isMicroMips(); bool isMipsR6(); +bool hasMemtag(); bool canHaveMemtagGlobals(); } // namespace lld::elf |