$OpenBSD: patch-testsuite_mk_test_mk,v 1.6 2015/09/19 07:42:57 kili Exp $

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

--- testsuite/mk/test.mk.orig	Tue Jul 21 15:52:50 2015
+++ testsuite/mk/test.mk	Sun Aug  9 17:35:53 2015
@@ -141,16 +141,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
