aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fpcmp/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-13 20:55:49 +0000
committerChris Lattner <sabre@nondot.org>2004-04-13 20:55:49 +0000
commit337481a07eccde47e8cfcb539c6c350307e5f036 (patch)
treeb85fb9369b90801ff921723282cfc79fef9057c1 /utils/fpcmp/Makefile
parentd828bc6b315442f09c828209c73a659a1b8ad326 (diff)
downloadexternal_llvm-337481a07eccde47e8cfcb539c6c350307e5f036.zip
external_llvm-337481a07eccde47e8cfcb539c6c350307e5f036.tar.gz
external_llvm-337481a07eccde47e8cfcb539c6c350307e5f036.tar.bz2
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
Diffstat (limited to 'utils/fpcmp/Makefile')
-rw-r--r--utils/fpcmp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile
new file mode 100644
index 0000000..e38c51d
--- /dev/null
+++ b/utils/fpcmp/Makefile
@@ -0,0 +1,15 @@
+##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+TOOLNAME = fpcmp
+USEDLIBS = support.a
+
+include $(LEVEL)/Makefile.common
+