summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/DarwinLdDriver.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2014-01-27 03:09:26 +0000
committerShankar Easwaran <shankare@codeaurora.org>2014-01-27 03:09:26 +0000
commit3d8de47f76529dba40fc34d497576d9cb51330bc (patch)
tree143515f3acdefd2c6c53e2553af9b34ff120a13d /lld/lib/Driver/DarwinLdDriver.cpp
parenta64ba010f040003685c507c82237dae9fd4e6f59 (diff)
downloadbcm5719-llvm-3d8de47f76529dba40fc34d497576d9cb51330bc.tar.gz
bcm5719-llvm-3d8de47f76529dba40fc34d497576d9cb51330bc.zip
Fix trailing whitespace.
llvm-svn: 200182
Diffstat (limited to 'lld/lib/Driver/DarwinLdDriver.cpp')
-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 328399389ee..4dde6bae231 100644
--- a/lld/lib/Driver/DarwinLdDriver.cpp
+++ b/lld/lib/Driver/DarwinLdDriver.cpp
@@ -251,7 +251,7 @@ bool DarwinLdDriver::parse(int argc, const char *argv[],
}
}
- // Handle -mllvm
+ // Handle -mllvm
for (llvm::opt::arg_iterator it = parsedArgs->filtered_begin(OPT_mllvm),
ie = parsedArgs->filtered_end();
it != ie; ++it) {
OpenPOWER on IntegriCloud