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

Devang Patel devang.patel at gmail.com
Wed Sep 23 17:40:51 PDT 2009


On Tue, Sep 22, 2009 at 5:13 PM, Mike Stump <mrs at apple.com> 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!");
> -

Why ? Pl. explain.

-
Devang




More information about the llvm-commits mailing list