Two changes:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 20:43:36 +0000 (20:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 20:43:36 +0000 (20:43 +0000)
commitfb7653e3eea60fb6f09bee028c7944f8b9c6086d
tree7b078e7e8d3fa6df3f47c7ff72bc3ae4208ba504
parent358f3275ccb78416e327d04b54c12d5d61cd014f
Two changes:
1. Don't bother truncating reading of the file. It doesn't save that much
   time and we should support putting RUN lines anywhere in the file. For
   example, someone might want to put the grep match before each function
   in the test file which would sprinkle the RUN: lines throughout the file.
2. Fix a bug with llvmgcc version match .. global var wasn't declared as such

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36085 91177308-0d34-0410-b5e6-96231b3b80d8
test/lib/llvm.exp