Skip to content
Snippets Groups Projects
Commit 6fff2d25 authored by Ben Gamari's avatar Ben Gamari
Browse files

Revert "hadrian: Pass integer_backend to testsuite driver"

This reverts commit 442be690.
parent 99378207
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ runTestBuilderArgs = builder RunTest ? do
top <- expr $ topDirectory
ghcFlags <- expr runTestGhcFlags
timeoutProg <- expr buildRoot <&> (-/- timeoutPath)
integerLib <- expr (integerLibrary flav)
-- See #16087
let ghcBuiltByLlvm = False -- TODO: Implement this check
......@@ -114,7 +113,6 @@ runTestBuilderArgs = builder RunTest ? do
, arg "-e", arg $ "config.ghc_dynamic_by_default=" ++ show hasDynamicByDefault
, arg "-e", arg $ "config.ghc_dynamic=" ++ show hasDynamic
, arg "-e", arg $ "config.integer_backend=" ++ show (pkgName integerLib)
, arg "-e", arg $ "config.ghc_built_by_llvm=" ++ show ghcBuiltByLlvm
-- Use default value, see:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment