[llvm-commits] [Review request] test: adding triplets and FileCheck-ize for cygming(and msvc)

NAKAMURA Takumi geek4civic at gmail.com
Sun Oct 3 21:27:06 PDT 2010


Good afternoon, guys!

I have many patches for tests. At first, I post 6 patchesets I think
they would be simpler.
Please give me any comments.
Feel free for everyone to improve my patches and commit in yourself.

Thank you in advance, ...Takumi

ps. All tests pass on llvm/cygmingw with my other patches remained.


* Principle

  - FileCheck-ize everything I touched.
  - Add appropriate triplets as "-mtriple=i686-linux" and
"-mtriple=x86_64-linux".

* 0001(1 file) -mtriple=i686-linux

  It was needed for Cygwin and Mingw.

* 0002(29 files) -mtriple=x86_64-linux

  It was needed for incompatibility among win64 and others.
  They have been already FileCheck-ized.

* 0003(18 files) FileCheck-ize
* 0004(30 files) -mtriple=x86_64-linux and FileCheck-ize.

  I am not sure they would be reasonable. Please review them.

* 0005(1 file) -mtriple=i686-linux -mtriple=x86_64-linux

  I took the way to scan trailing .size to fit "not grep".

* 0006(4 files changed and 4 files deleted)

  I took the way not to use *.toc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-test-CodeGen-X86-atomic_op.ll-Add-explicit-mtriple-i.patch
Type: application/octet-stream
Size: 787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/5fd6a924/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-test-CodeGen-X86-Add-explicit-mtriple-x86_64-linux.patch
Type: application/octet-stream
Size: 14939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/5fd6a924/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-test-FileCheck-ize.patch
Type: application/octet-stream
Size: 12138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/5fd6a924/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-test-CodeGen-X86-Add-explicit-mtriple-x86_64-linux-a.patch
Type: application/octet-stream
Size: 23292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/5fd6a924/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-test-CodeGen-X86-fold-mul-lohi.ll-Add-explicit-mtrip.patch
Type: application/octet-stream
Size: 1001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/5fd6a924/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-test-Archive-FileCheck-ize-and-remove-.toc.patch
Type: application/octet-stream
Size: 3973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/5fd6a924/attachment-0005.obj>


More information about the llvm-commits mailing list