summaryrefslogtreecommitdiff
path: root/utils/check-each-file
Commit message (Collapse)AuthorAge
* Added support for C++ compilation.John Criswell2004-02-26
| | | | | | | | Made removing the object files a separate sh command so that it can easily be commented out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11888 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bug in initial check - when recompiling everything with llvm-native-gcc,Brian Gaeke2004-02-11
| | | | | | | | you have to erase the program and re-run the linker, too, before running the checker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11328 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix unterminated-quote typo in echo commandBrian Gaeke2004-02-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11188 91177308-0d34-0410-b5e6-96231b3b80d8
* This is my script for narrowing down miscompilations to a single file.Brian Gaeke2004-01-15
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10890 91177308-0d34-0410-b5e6-96231b3b80d8