$OpenBSD: patch-testsuite_mk_test_mk,v 1.5 2015/01/01 19:25:36 kili Exp $

Disable LLVM tests for now (until I unslack and debug why all LLVM
tests are failing).

--- testsuite/mk/test.mk.orig	Mon Nov  3 14:24:57 2014
+++ testsuite/mk/test.mk	Mon Dec 29 10:24:49 2014
@@ -133,16 +133,7 @@ else
 RUNTEST_OPTS += -e ghc_with_smp=0
 endif
 
-ifeq "$(LLC)" ""
 RUNTEST_OPTS += -e ghc_with_llvm=0
-else ifneq "$(LLC)" "llc"
-# If we have a real detected value for LLVM, then it really ought to work
-RUNTEST_OPTS += -e ghc_with_llvm=1
-else ifneq "$(shell $(SHELL) -c 'llc --version | grep version' 2> /dev/null)" ""
-RUNTEST_OPTS += -e ghc_with_llvm=1
-else
-RUNTEST_OPTS += -e ghc_with_llvm=0
-endif
 
 ifeq "$(WINDOWS)" "YES"
 RUNTEST_OPTS += -e windows=True
