summaryrefslogtreecommitdiff
path: root/testsuite/mk/ghc-config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mk/ghc-config.hs')
-rw-r--r--testsuite/mk/ghc-config.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/mk/ghc-config.hs b/testsuite/mk/ghc-config.hs
index b0278bcfae..141a0df347 100644
--- a/testsuite/mk/ghc-config.hs
+++ b/testsuite/mk/ghc-config.hs
@@ -27,8 +27,8 @@ main = do
getGhcFieldOrDefault fields "GhcDynamic" "GHC Dynamic" "NO"
getGhcFieldOrDefault fields "GhcProfiled" "GHC Profiled" "NO"
getGhcFieldProgWithDefault fields "AR" "ar command" "ar"
- getGhcFieldProgWithDefault fields "CLANG" "LLVM clang command" "clang"
- getGhcFieldProgWithDefault fields "LLC" "LLVM llc command" "llc"
+ getGhcFieldProgWithDefault fields "CLANG" "LLVM clang command" ""
+ getGhcFieldProgWithDefault fields "LLC" "LLVM llc command" ""
getGhcFieldProgWithDefault fields "TEST_CC" "C compiler command" "gcc"
let pkgdb_flag = case lookup "Project version" fields of