[Git][ghc/ghc][wip/hadrian-cross-stage2] wip fixup
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Sep 26 08:39:38 UTC 2024
Matthew Pickering pushed to branch wip/hadrian-cross-stage2 at Glasgow Haskell Compiler / GHC
Commits:
f3e44e88 by Matthew Pickering at 2024-09-26T09:39:30+01:00
wip fixup
- - - - -
1 changed file:
- hadrian/src/Settings/Builders/RunTest.hs
Changes:
=====================================
hadrian/src/Settings/Builders/RunTest.hs
=====================================
@@ -114,7 +114,7 @@ inTreeCompilerArgs stg = do
wordsize <- show @Int . (*8) <$> queryTargetTarget ghcStage (wordSize2Bytes . tgtWordSize)
llc_cmd <- settingsFileSetting ToolchainSetting_LlcCommand ghcStage
- llvm_as_cmd <- settingsFileSetting ToolchainSetting_LlvmAsCommand ghcStage
+ _llvm_as_cmd <- settingsFileSetting ToolchainSetting_LlvmAsCommand ghcStage
have_llvm <- liftIO (isJust <$> findExecutable llc_cmd)
top <- topDirectory
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f3e44e88a241706a07b9ad363f409eba5f3f34d3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f3e44e88a241706a07b9ad363f409eba5f3f34d3
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240926/e499141b/attachment.html>
More information about the ghc-commits
mailing list