Fix an issue where LLDB could crash when trying to figure out the return value layout...
authorEnrico Granata <egranata@apple.com>
Mon, 6 Apr 2015 21:39:56 +0000 (21:39 +0000)
committerEnrico Granata <egranata@apple.com>
Mon, 6 Apr 2015 21:39:56 +0000 (21:39 +0000)
commit30f3b220d6147db13fc68e4434a570b6c5702a2d
tree3f351078239e2ce657e49801f092e808711a0c37
parent7d4f773982a9e13d8bb72c6c551a4c1ac3ec21e0
Fix an issue where LLDB could crash when trying to figure out the return value layout for an invalid type

llvm-svn: 234239
lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp