Moritz Angermann pushed to branch wip/angerman/test-mk-leading-underscore at Glasgow Haskell Compiler / GHC
Commits:
-
1a507730
by Moritz Angermann at 2025-09-08T12:44:34+09:00
1 changed file:
Changes:
... | ... | @@ -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"
|