turn off DISABLE_LLC_DIFFS for x86.
[oota-llvm.git] / configure.ac
index 0bd1f953bff026c19527ef36209200c7aa5e63a7..a987d4ac1fb1c816d807f6ab6e5510d49e97103f 100644 (file)
@@ -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/])
                 ;;