[llvm] r193787 - Use a larger invalid attribute bitcode number

Reid Kleckner reid at kleckner.net
Thu Oct 31 12:12:36 PDT 2013


Author: rnk
Date: Thu Oct 31 14:12:36 2013
New Revision: 193787

URL: http://llvm.org/viewvc/llvm-project?rev=193787&view=rev
Log:
Use a larger invalid attribute bitcode number

That way the test won't start faililng when someone adds a new attribute
and wants to use the next logical enum (38) for bitcode.  The new
bitcode file tries to use the number 48 as an attribute instead.

Modified:
    llvm/trunk/test/Bitcode/invalid.ll.bc

Modified: llvm/trunk/test/Bitcode/invalid.ll.bc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/invalid.ll.bc?rev=193787&r1=193786&r2=193787&view=diff
==============================================================================
Binary files llvm/trunk/test/Bitcode/invalid.ll.bc (original) and llvm/trunk/test/Bitcode/invalid.ll.bc Thu Oct 31 14:12:36 2013 differ





More information about the llvm-commits mailing list