[Git][ghc/ghc][master] configure: Fix incorrect SettingsLlvmAsFlags value

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sat Mar 15 09:38:09 UTC 2025



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
c758cb71 by Ben Gamari at 2025-03-15T05:37:17-04:00
configure: Fix incorrect SettingsLlvmAsFlags value

Previously this was set to `LlvmAsCmd` rather than `LlvmAsFlags`,
resulting in #25856.
- - - - -


1 changed file:

- m4/fp_settings.m4


Changes:

=====================================
m4/fp_settings.m4
=====================================
@@ -89,7 +89,7 @@ AC_DEFUN([FP_SETTINGS],
     SettingsLlcCommand="$LlcCmd"
     SettingsOptCommand="$OptCmd"
     SettingsLlvmAsCommand="$LlvmAsCmd"
-    SettingsLlvmAsFlags="$LlvmAsCmd"
+    SettingsLlvmAsFlags="$LlvmAsFlags"
 
     if test "$EnableDistroToolchain" = "YES"; then
         # If the user specified --enable-distro-toolchain then we just use the



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c758cb7154e54893af2221960eac543f98550e55

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c758cb7154e54893af2221960eac543f98550e55
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/20250315/9618cf37/attachment.html>


More information about the ghc-commits mailing list