Add info for clang without -integrated-as support
commit202aadd5cb51d9eafd839d3197ca577fea3bb804
authorKyle J. McKay <mackyle@gmail.com>
Thu, 24 Jul 2014 08:55:50 +0000 (24 01:55 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 24 Jul 2014 08:55:50 +0000 (24 01:55 -0700)
tree430d08372e124f4c7a7759b7a8197ce8977d7ed8
parent9e6f50d7533873d44ecf3a7a16fbd1952abaa241
Add info for clang without -integrated-as support

The -fblocks option can still be used with versions of clang that
do not have integrated assembler support.  The source file must
first be compiled to a .s file using -fblocks and then that file
compiled without -fblocks to the desired end product.

Add support for this (and a warning message) to checktests and
the README.txt file.
.gitattributes
.gitignore
README.txt
checktests