Checkin of the ABI-testsuite

Hi,

I have checked in the ABI testsuite at

http://llvm.org/svn/llvm-project/test-suite/trunk/ABI-Testsuite/

This has:

· README.txt, a

· A pdf documentation giving some background,

· linux-x86.py for either clang or gcc on linux, and a

· sample.py for 64 bit clang, but it can be tailored for other compilers on linux

I have not connected this to the top level Makefile. I need some guidance as how it can be made to work with the Makefile. Basically, the task will be to:

· make sure that lit and FileCheck are available

· do: python linux-x86.py test

Note that the testsuite supports only x86 ILP32 and LP64 platforms.

Thanks

Sunil Srivastava