Zubin pushed to branch wip/9.12.3-backports at Glasgow Haskell Compiler / GHC
Commits:
-
316e99e8
by Ben Gamari at 2025-12-08T15:05:28+05:30
1 changed file:
Changes:
| ... | ... | @@ -85,6 +85,19 @@ AC_DEFUN([FP_SETTINGS], |
| 85 | 85 | SettingsWindresCommand="$WindresCmd"
|
| 86 | 86 | fi
|
| 87 | 87 | |
| 88 | + # Fallback values for LLVM tools. See #26209.
|
|
| 89 | + if test -z "$LlcCmd"; then
|
|
| 90 | + LlcCmd="llc"
|
|
| 91 | + fi
|
|
| 92 | + |
|
| 93 | + if test -z "$OptCmd"; then
|
|
| 94 | + OptCmd="opt"
|
|
| 95 | + fi
|
|
| 96 | + |
|
| 97 | + if test -z "$LlvmAsCmd"; then
|
|
| 98 | + LlvmAsCmd="clang"
|
|
| 99 | + fi
|
|
| 100 | + |
|
| 88 | 101 | # LLVM backend tools
|
| 89 | 102 | SettingsLlcCommand="$LlcCmd"
|
| 90 | 103 | SettingsOptCommand="$OptCmd"
|