Skip to content

Commit 7aa8910

Browse files
authored
Merge pull request #79148 from ktoso/pick-wip-flag-SWIFT_DUMP_ACCESSIBLE_FUNCTIONS
[6.1] The SWIFT_DUMP_ACCESSIBLE_FUNCTIONS flag must be a bool, not a string
2 parents 56db39a + da25cb6 commit 7aa8910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/EnvironmentVariables.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ VARIABLE(SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE, string, "",
128128
" 'legacy' (Legacy behavior), "
129129
" 'swift6' (Swift 6.0+ behavior)")
130130

131-
VARIABLE(SWIFT_DUMP_ACCESSIBLE_FUNCTIONS, string, "",
131+
VARIABLE(SWIFT_DUMP_ACCESSIBLE_FUNCTIONS, bool, false,
132132
"Dump a listing of all 'AccessibleFunctionRecord's upon first access. "
133133
"These are used to obtain function pointers from accessible function "
134134
"record names, e.g. by the Distributed runtime to invoke distributed "

0 commit comments

Comments
 (0)