summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-01-17 01:49:46 +0000
committerLang Hames <lhames@gmail.com>2016-01-17 01:49:46 +0000
commit4ce7cc0f4cac7aaee2b1655c001a977ddc884eb3 (patch)
tree2a05472bcfeebcd2c07791eae81b79e7bccaa0cd /llvm/tools/lli/lli.cpp
parent72155c33b10e5ec20fef065a05abc7a7e0311fbf (diff)
downloadbcm5719-llvm-4ce7cc0f4cac7aaee2b1655c001a977ddc884eb3.tar.gz
bcm5719-llvm-4ce7cc0f4cac7aaee2b1655c001a977ddc884eb3.zip
Remove some stale comments and fix a typo as suggested by David Blaikie in his
review of r257343. Thanks Dave! llvm-svn: 258002
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
-rw-r--r--llvm/tools/lli/lli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index a76ec11fb1d..78b4941ca00 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -587,7 +587,7 @@ int main(int argc, char **argv, char * const *envp) {
if (RemoteMCJIT) {
#ifndef LLVM_ON_UNIX
errs() << "Warning: host does not support external remote targets.\n"
- << " Defaulting to local execution execution\n";
+ << " Defaulting to local execution\n";
return -1;
#else
if (ChildExecPath.empty()) {
OpenPOWER on IntegriCloud