search for: parsemultipleresult

Displaying 3 results from an estimated 3 matches for "parsemultipleresult".

Did you mean: parsemultipleresults
2014 Jun 24
2
[LLVMdev] Getting LNT to work with non-bash shell
...uot; simple sse.expandfft > rm -f Output/sse.expandfft.exe-simple > cp Output/sse.expandfft.diff-simple Output/sse.expandfft.exe-simple > /bin/sh: 7: test: 0: unexpected operator > if test -f Output/sse.expandfft.extra-results.txt; then \ > /home/jeremy/hardware/llvm/test-suite/ParseMultipleResults > /home/jeremy/hardware/llvm/mysandbox/test-2014-06-24_20-20-59/SingleSource/UnitTests/Vector/SSE/sse.expandfft > Output/sse.expandfft.extra-results.txt >> > Output/sse.expandfft.simple.exec.report.txt; \ > fi > cat Output/sse.expandfft.simple.compile.report.txt > Outpu...
2014 Jun 25
2
[LLVMdev] Getting LNT to work with non-bash shell
...Output/sse.expandfft.exe-simple > > cp Output/sse.expandfft.diff-simple Output/sse.expandfft.exe-simple > > /bin/sh: 7: test: 0: unexpected operator > > if test -f Output/sse.expandfft.extra-results.txt; then \ > > /home/jeremy/hardware/llvm/test-suite/ParseMultipleResults > /home/ > > jeremy/hardware/llvm/mysandbox/test-2014-06-24_20-20-59/SingleSource/ > > UnitTests/Vector/SSE/sse.expandfft > Output/sse.expandfft.extra-results.txt > > >> Output/sse.expandfft.simple.exec.report.txt; \ > > fi > > cat...
2014 Apr 21
2
[LLVMdev] 3.4.1 Regression caused by merging r198940
On Thu, Apr 17, 2014 at 09:57:32AM -0400, Tom Stellard wrote: > On Fri, Apr 11, 2014 at 03:02:21PM -0700, Tom Stellard wrote: > > Hi, > > > > I have just tagged the first release candidate for the > > 3.4.1 release, so testers may begin testing. Please refer to > > http://llvm.org/docs/ReleaseProcess.html for information on how to > > validate a release.