[llvm-commits] [llvm] r154303 - in /llvm/trunk/test/CodeGen/X86: tls.ll tls1.ll tls10.ll tls11.ll tls12.ll tls13.ll tls14.ll tls15.ll tls2.ll tls3.ll tls4.ll tls5.ll tls6.ll tls7.ll tls8.ll tls9.ll

Chris Lattner clattner at apple.com
Mon Apr 9 10:03:22 PDT 2012


On Apr 8, 2012, at 6:43 PM, Chandler Carruth wrote:

> Author: chandlerc
> Date: Sun Apr  8 20:43:17 2012
> New Revision: 154303
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=154303&view=rev
> Log:
> Fold 15 tiny test cases into a single file that implements the
> comprehensive testing of TLS codegen for x86. Convert all of the ones
> that were still using grep to use FileCheck. Remove some redundancies
> between them.

Thank you!

-Chris



More information about the llvm-commits mailing list