OptionValueFileSpec shouldn't be doing argument
authorSean Callanan <scallanan@apple.com>
Fri, 8 Mar 2013 20:59:47 +0000 (20:59 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 8 Mar 2013 20:59:47 +0000 (20:59 +0000)
commit8773ce2fecaa0c7c49b7a62ea185143bb9e149b4
tree7259b8c7a9458f248c676d3b98df7e6fc3abf7a4
parent24ccabfdc36e2a1e3a005c856a3683ed42ea3ac1
OptionValueFileSpec shouldn't be doing argument
parsing on the file name it gets.  That confuses
it if there are spaces in the file name.

<rdar://problem/13380392>

llvm-svn: 176719
lldb/source/Interpreter/OptionValueFileSpec.cpp