Update comment about the UNWIND_X86_64_MODE_STACK_IND encoding

bug in old clang's.

llvm-svn: 240070
This commit is contained in:
Jason Molenda 2015-06-18 22:16:10 +00:00
parent cf022ba270
commit d99bb0a7ad
1 changed files with 2 additions and 1 deletions

View File

@ -775,7 +775,8 @@ CompactUnwindInfo::CreateUnwindPlan_x86_64 (Target &target, FunctionInfo &functi
case UNWIND_X86_64_MODE_STACK_IND:
{
// The clang in Xcode 6 is emitting incorrect compact unwind encodings for this
// style of unwind. It was fixed in llvm r217020.
// style of unwind. It was fixed in llvm r217020.
// The clang in Xcode 7 has this fixed.
return false;
}
break;