Skip to content

Commit 65df7fc

Browse files
authored
Merge pull request #79147 from ktoso/wip-flag-SWIFT_DUMP_ACCESSIBLE_FUNCTIONS
The SWIFT_DUMP_ACCESSIBLE_FUNCTIONS flag must be a bool, not a string
2 parents c846306 + 76f3729 commit 65df7fc

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)