Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't depend on grep or sed to be portable at all. Just compare against | Reid Spencer | 2004-11-27 | 1 | -6/+1 |
| | | | | | | | static test files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18271 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Use grep instead of sed because on Solaris sed doesn't copy null bytes and | Reid Spencer | 2004-11-27 | 1 | -1/+1 |
| | | | | | | | it needs to in order for the bug in MacOSX archives to be tested correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18269 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | An llvm-ar test. | Reid Spencer | 2004-11-20 | 1 | -0/+10 |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18043 91177308-0d34-0410-b5e6-96231b3b80d8 |