mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
This is overly constraining with respect to clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -662,9 +662,6 @@ void DwarfDebug::AddBlockByrefAddress(DbgVariable *&DV, DIE *Die,
|
|||||||
std::string typeName;
|
std::string typeName;
|
||||||
blockStruct.getName(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
|
// Find the __forwarding field and the variable field in the __Block_byref
|
||||||
// struct.
|
// struct.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user