When OptionValueFileSpec is given a filename starting
authorJason Molenda <jmolenda@apple.com>
Thu, 11 Oct 2012 06:05:54 +0000 (06:05 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 11 Oct 2012 06:05:54 +0000 (06:05 +0000)
commit3f9fa52ca7f19d56a356f53676168e22293b5990
tree96872490d2885aad6ed2a71ebce46d26d8a1c75a
parent22f2fff3ff905a81dcfe27582da897e953c15ce3
When OptionValueFileSpec is given a filename starting
with ~, we need to realpath it.  Fixes the case where

settings set target.expr-prefix ~/lldb.prefix.header

wouldn't read this prefix header file.  <rdar://problem/12475676>

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