summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-07-30 19:26:11 +0000
committerEd Maste <emaste@freebsd.org>2014-07-30 19:26:11 +0000
commitf8314536ec9649f6cb3958754298343e87af067b (patch)
treeaaf73dfe5a8715af279be6a6bf106c1d8cb95dca /lldb/tools/driver/Driver.cpp
parent573f3b5313eedceed6f203fc0431b4ebd7187049 (diff)
downloadbcm5719-llvm-f8314536ec9649f6cb3958754298343e87af067b.tar.gz
bcm5719-llvm-f8314536ec9649f6cb3958754298343e87af067b.zip
Fix build: remove bogus ./ at end of line
llvm-svn: 214326
Diffstat (limited to 'lldb/tools/driver/Driver.cpp')
-rw-r--r--lldb/tools/driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp
index 9345a340f8a..0d0d03d7152 100644
--- a/lldb/tools/driver/Driver.cpp
+++ b/lldb/tools/driver/Driver.cpp
@@ -838,7 +838,7 @@ Driver::MainLoop ()
}
// Now we handle options we got from the command line
- SBStream commands_stream;./
+ SBStream commands_stream;
// First source in the commands specified to be run before the file arguments are processed.
WriteInitialCommands(true, commands_stream);
OpenPOWER on IntegriCloud