This is overly constraining with respect to clang.

llvm-svn: 82591
This commit is contained in:
Mike Stump 2009-09-23 00:13:30 +00:00
parent 64b12b5ee7
commit 8808063181
1 changed files with 0 additions and 3 deletions

View File

@ -662,9 +662,6 @@ void DwarfDebug::AddBlockByrefAddress(DbgVariable *&DV, DIE *Die,
std::string typeName;
blockStruct.getName(typeName);
assert(typeName.find ("__Block_byref_") == 0
&& "Attempting to get Block location of non-Block variable!");
// Find the __forwarding field and the variable field in the __Block_byref
// struct.