Convert over to using pipes for the initial LLDB commands in the Driver.
authorGreg Clayton <gclayton@apple.com>
Fri, 1 Aug 2014 18:32:07 +0000 (18:32 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 1 Aug 2014 18:32:07 +0000 (18:32 +0000)
commit4966876597e3f6f8cd7062723d7e9f23c665e057
tree98ffe9331eaf48d741552c33f2f754514b5e1bc0
parente192341de79c1454d70767e99f084944b8a1c1a2
Convert over to using pipes for the initial LLDB commands in the Driver.

This will avoid having to use a temp file and adding temp file related calls to the public API.

llvm-svn: 214536
lldb/tools/driver/Driver.cpp