summaryrefslogtreecommitdiffstats
path: root/lld/lib
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-08-27 06:18:10 +0000
committerRui Ueyama <ruiu@google.com>2018-08-27 06:18:10 +0000
commit41831204c7e215d650d7446ccf7dc3ef5010f8af (patch)
treef481ba49f109e689d1752d00cdca0993efa9eefe /lld/lib
parentc4b0061c0525ff268947e35c1dc9eefced26c083 (diff)
downloadbcm5719-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.cpp2
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)";
OpenPOWER on IntegriCloud