mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +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:
parent
31c6c5d58a
commit
d75e9aad24
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user