summaryrefslogtreecommitdiff
path: root/lld/ELF/Writer.h
diff options
context:
space:
mode:
authorEugene Leviant <eleviant@accesssoftek.com>2016-11-29 08:05:44 +0000
committerEugene Leviant <eleviant@accesssoftek.com>2016-11-29 08:05:44 +0000
commitc8fff263b5361ccee8dded21afd1b4adaf4a4227 (patch)
tree7f8ae7aca1e52e9636ec290506a619f3cba93c6c /lld/ELF/Writer.h
parentb32404ddd55deafef3732510a2e0eaac91dd25bd (diff)
[ELF] Refactor target error messages
Differential revision: https://reviews.llvm.org/D27097
Diffstat (limited to 'lld/ELF/Writer.h')
-rw-r--r--lld/ELF/Writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Writer.h b/lld/ELF/Writer.h
index 4e353acc2b0..a88161fa14c 100644
--- a/lld/ELF/Writer.h
+++ b/lld/ELF/Writer.h
@@ -48,6 +48,7 @@ uint8_t getMipsFpAbiFlag(uint8_t OldFlag, uint8_t NewFlag,
llvm::StringRef FileName);
bool isMipsN32Abi(const InputFile *F);
+std::string getErrorLocation(uint8_t *Loc);
}
}