diff options
Diffstat (limited to 'include/lld/Common/Args.h')
| -rw-r--r-- | include/lld/Common/Args.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lld/Common/Args.h b/include/lld/Common/Args.h index c49a6a7e17e75..769d4840cf065 100644 --- a/include/lld/Common/Args.h +++ b/include/lld/Common/Args.h @@ -29,6 +29,9 @@ uint64_t getZOptionValue(llvm::opt::InputArgList &Args, int Id, StringRef Key, uint64_t Default); std::vector<StringRef> getLines(MemoryBufferRef MB); + +StringRef getFilenameWithoutExe(StringRef Path); + } // namespace args } // namespace lld |
