Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
4e67855b
by Moritz Angermann at 2025-09-10T10:47:54-04:00
2 changed files:
Changes:
| ... | ... | @@ -73,7 +73,7 @@ testSetting key = do |
| 73 | 73 | TestLLC -> "LLC"
|
| 74 | 74 | TestTEST_CC -> "TEST_CC"
|
| 75 | 75 | TestTEST_CC_OPTS -> "TEST_CC_OPTS"
|
| 76 | - TestLeadingUnderscore -> "LeadingUnderscore"
|
|
| 76 | + TestLeadingUnderscore -> "GhcLeadingUnderscore"
|
|
| 77 | 77 | TestGhcPackageDb -> "GhcGlobalPackageDb"
|
| 78 | 78 | TestGhcLibDir -> "GhcLibdir"
|
| 79 | 79 |
| ... | ... | @@ -43,7 +43,7 @@ main = do |
| 43 | 43 | getGhcFieldOrDefault fields "TargetRTSLinkerOnlySupportsSharedLibs" "target RTS linker only supports shared libraries" "NO"
|
| 44 | 44 | getGhcFieldOrDefault fields "GhcDynamic" "GHC Dynamic" "NO"
|
| 45 | 45 | getGhcFieldOrDefault fields "GhcProfiled" "GHC Profiled" "NO"
|
| 46 | - getGhcFieldOrDefault fields "LeadingUnderscore" "Leading underscore" "NO"
|
|
| 46 | + getGhcFieldOrDefault fields "GhcLeadingUnderscore" "Leading underscore" "NO"
|
|
| 47 | 47 | getGhcFieldOrDefault fields "GhcTablesNextToCode" "Tables next to code" "NO"
|
| 48 | 48 | getGhcFieldProgWithDefault fields "AR" "ar command" "ar"
|
| 49 | 49 | getGhcFieldProgWithDefault fields "LLC" "LLVM llc command" "llc"
|