[llvm-commits] [llvm] r37918 - in	/llvm/trunk/lib/AsmParser:	Lexer.cpp.cvs Lexer.l.cvs	llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs	llvmAsmParser.y.cvs
    Reid Spencer 
    rspencer at reidspencer.com
       
    Fri Jul  6 00:04:24 PDT 2007
    
    
  
Chris,
Just FYI: the commit below is proof that the error message you got when
you checked in the website prototype is fixed. The error was about the
message being too big and having more than 10 "parts".  This commit was
421K whereas the previous limit was 100K. The current limit is 1MB, at
which point you should start seeing the commit emails getting chunked
into parts (one email per diff).
Just thought you'd like to know.
Reid.
On Thu, 2007-07-05 at 17:26 +0000, Chris Lattner wrote:
> Author: lattner
> Date: Thu Jul  5 12:26:49 2007
> New Revision: 37918
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=37918&view=rev
> Log:
> update the .cvs files
> 
> Modified:
>     llvm/trunk/lib/AsmParser/Lexer.cpp.cvs
>     llvm/trunk/lib/AsmParser/Lexer.l.cvs
>     llvm/trunk/lib/AsmParser/llvmAsmParser.cpp.cvs
>     llvm/trunk/lib/AsmParser/llvmAsmParser.h.cvs
>     llvm/trunk/lib/AsmParser/llvmAsmParser.y.cvs
> 
> Modified: llvm/trunk/lib/AsmParser/Lexer.cpp.cvs
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/Lexer.cpp.cvs?rev=37918&r1=37917&r2=37918&view=diff
> 
... snip ...
    
    
More information about the llvm-commits
mailing list