[llvm-commits] [llvm] r82591 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Eric Christopher
echristo at apple.com
Tue Sep 22 18:12:03 PDT 2009
On Sep 22, 2009, at 5:13 PM, Mike Stump wrote:
> 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.
Hmm? Testcase?
-eric
More information about the llvm-commits
mailing list