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/lib | |
| 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/lib')
| -rw-r--r-- | lld/lib/Driver/DarwinLdDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Driver/DarwinLdDriver.cpp b/lld/lib/Driver/DarwinLdDriver.cpp index ef494670124..289b3007b26 100644 --- a/lld/lib/Driver/DarwinLdDriver.cpp +++ b/lld/lib/Driver/DarwinLdDriver.cpp @@ -1143,7 +1143,7 @@ static void createFiles(MachOLinkingContext &ctx, bool Implicit) { /// This is where the link is actually performed. bool link(llvm::ArrayRef<const char *> args, bool CanExitEarly, raw_ostream &Error) { - errorHandler().LogName = args::FilenameWithoutExe(args[0]); + errorHandler().LogName = args::getFilenameWithoutExe(args[0]); errorHandler().ErrorLimitExceededMsg = "too many errors emitted, stopping now (use " "'-error-limit 0' to see all errors)"; |

