[llvm-commits] [llvm] r71714 - in /llvm/trunk: lib/CodeGen/AsmPrinter/DwarfWriter.cpp test/DebugInfo/2009-05-13-VariableScope.ll

Bill Wendling isanbard at gmail.com
Wed May 13 14:51:33 PDT 2009


On Wed, May 13, 2009 at 2:36 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On May 13, 2009, at 1:33 PM, Bill Wendling wrote:
>
>> Author: void
>> Date: Wed May 13 15:33:33 2009
>> New Revision: 71714
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=71714&view=rev
>> Log:
>> Move the bookkeeping of the debug scopes back to the place where it
>> belonged. The variable declaration stuff wasn't happy with it where it
>> was. Sorry that the testcase is so big. Bugpoint wasn't able to
>> reduce it
>> successfully.
>
> Please hand reduce or remove the testcase.  It is too large,
>
Removing it for now. I'll work on reducing it later.

-bw




More information about the llvm-commits mailing list