diff options
author | Rui Ueyama <ruiu@google.com> | 2018-08-27 06:18:10 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-08-27 06:18:10 +0000 |
commit | 41831204c7e215d650d7446ccf7dc3ef5010f8af (patch) | |
tree | f481ba49f109e689d1752d00cdca0993efa9eefe /lld/include | |
parent | c4b0061c0525ff268947e35c1dc9eefced26c083 (diff) | |
download | bcm5719-llvm-41831204c7e215d650d7446ccf7dc3ef5010f8af.tar.gz bcm5719-llvm-41831204c7e215d650d7446ccf7dc3ef5010f8af.zip |
Rename a function to follow the LLVM coding style.
llvm-svn: 340716
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 |