diff options
Diffstat (limited to 'lld/include')
-rw-r--r-- | lld/include/lld/Common/Args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Common/Args.h b/lld/include/lld/Common/Args.h index 75ad2e0cd96..769d4840cf0 100644 --- a/lld/include/lld/Common/Args.h +++ b/lld/include/lld/Common/Args.h @@ -30,7 +30,7 @@ uint64_t getZOptionValue(llvm::opt::InputArgList &Args, int Id, StringRef Key, std::vector<StringRef> getLines(MemoryBufferRef MB); -StringRef FilenameWithoutExe(StringRef Path); +StringRef getFilenameWithoutExe(StringRef Path); } // namespace args } // namespace lld |