Okay, spiff is completely incapable of handling files of nontrivial size.
authorChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 20:55:49 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 20:55:49 +0000 (20:55 +0000)
commit337481a07eccde47e8cfcb539c6c350307e5f036
treeb85fb9369b90801ff921723282cfc79fef9057c1
parentd828bc6b315442f09c828209c73a659a1b8ad326
Okay, spiff is completely incapable of handling files of nontrivial size.
Here is a simple minimal program that does what we want.  Instead of taking
minutes to compare mesa's output, and crashing on binary files (like spiff
does), this take < .02s in the common case and doesn't crash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12926 91177308-0d34-0410-b5e6-96231b3b80d8
utils/fpcmp/Makefile [new file with mode: 0644]
utils/fpcmp/fpcmp.cpp [new file with mode: 0644]