Add count/not tools as executables.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 24 Sep 2009 06:23:57 +0000 (06:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 24 Sep 2009 06:23:57 +0000 (06:23 +0000)
commit48f7ce88a6040c12d4c7d0a5bd208cf1e0bda9d1
tree75a27db368fdd75ef3cc3eab7d85501843d70018
parentb55e068e53fccc609b7d9cd198ed9818c188a196
Add count/not tools as executables.
 - Apparently, I'm willing to do incredibly stupid things in the name of portability.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82685 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
test/Scripts/count [deleted file]
test/Scripts/not [deleted file]
utils/Makefile
utils/count/CMakeLists.txt [new file with mode: 0644]
utils/count/Makefile [new file with mode: 0644]
utils/count/count.c [new file with mode: 0644]
utils/not/CMakeLists.txt [new file with mode: 0644]
utils/not/Makefile [new file with mode: 0644]
utils/not/not.cpp [new file with mode: 0644]