projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35611c3
)
turn off DISABLE_LLC_DIFFS for x86.
author
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 22 Jul 2003 18:28:17 +0000
(18:28 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 22 Jul 2003 18:28:17 +0000
(18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7230
91177308
-0d34-0410-b5e6-
96231b3b80d8
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0bd1f953bff026c19527ef36209200c7aa5e63a7..a987d4ac1fb1c816d807f6ab6e5510d49e97103f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-37,7
+37,9
@@
dnl We will use the build machine information to set some variables.
dnl
case $build in
*i*86*) AC_SUBST(OS,[Linux])
- AC_SUBST(DISABLE_LLC_DIFFS,[[DISABLE_LLC_DIFFS:=1]])
+ dnl Turned off DISABLE_LLC_DIFFS now that LLC/x86 is
+ dnl viable for almost all our test cases.
+ dnl AC_SUBST(DISABLE_LLC_DIFFS,[[DISABLE_LLC_DIFFS:=1]])
AC_SUBST(LLVMGCCDIR,[/home/vadve/lattner/local/x86/llvm-gcc/])
;;