[llvm-commits] [llvm] r82591 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Mike Stump mrs at apple.com
Tue Sep 22 17:13:31 PDT 2009


Author: mrs
Date: Tue Sep 22 19:13:30 2009
New Revision: 82591

URL: http://llvm.org/viewvc/llvm-project?rev=82591&view=rev
Log:
This is overly constraining with respect to clang.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=82591&r1=82590&r2=82591&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Tue Sep 22 19:13:30 2009
@@ -662,9 +662,6 @@
   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.
 





More information about the llvm-commits mailing list