summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-03 18:04:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-03 18:04:08 +0000
commitb2ed0526ce53e6418ddf3aef42f7abeffd8d7346 (patch)
treec5f8e851bd0c7b16578e6044b1df740a4c422122 /Makefile.config.in
parent118c094176010dfa39ffd65dc22462683d38b7df (diff)
downloadllvm-b2ed0526ce53e6418ddf3aef42f7abeffd8d7346.tar.gz
llvm-b2ed0526ce53e6418ddf3aef42f7abeffd8d7346.tar.bz2
llvm-b2ed0526ce53e6418ddf3aef42f7abeffd8d7346.tar.xz
Add a check to see if HUGE_VAL is sane or not.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index c72390681b..7ed58f7196 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -240,3 +240,7 @@ ECHO := echo
# available to those loadable modules.
LINKALL := @LINKALL@
NOLINKALL := @NOLINKALL@
+
+# Get the value of HUGE_VAL_SANITY which will be either "yes" or "no" depending
+# on the check.
+HUGE_VAL_SANITY = @HUGE_VAL_SANITY@