summaryrefslogtreecommitdiff
path: root/lld/ELF/Writer.h
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-12-21 00:05:39 +0000
committerRui Ueyama <ruiu@google.com>2016-12-21 00:05:39 +0000
commit21a222d3e4c857201e2363e8ddc9be00845e8282 (patch)
treeb809ddd6df778bc91b6f2f13a6fae34e22f6f804 /lld/ELF/Writer.h
parent43c67468238c121ba8aeb9f29140d288e9dc2772 (diff)
Move a function defintion to make it static.
Diffstat (limited to 'lld/ELF/Writer.h')
-rw-r--r--lld/ELF/Writer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Writer.h b/lld/ELF/Writer.h
index 96dd70b109d..718e3139a80 100644
--- a/lld/ELF/Writer.h
+++ b/lld/ELF/Writer.h
@@ -60,7 +60,6 @@ uint8_t getMipsFpAbiFlag(uint8_t OldFlag, uint8_t NewFlag,
llvm::StringRef FileName);
bool isMipsN32Abi(const InputFile *F);
-std::string getErrorLocation(uint8_t *Loc);
}
}