File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -570,6 +570,7 @@ function(_compile_swift_files
570
570
571
571
if (SWIFT_STDLIB_USE_RELATIVE_PROTOCOL_WITNESS_TABLES )
572
572
list (APPEND swift_flags "-Xfrontend" "-enable-relative-protocol-witness-tables" )
573
+ list (APPEND swift_flags "-Xfrontend" "-swift-async-frame-pointer=never" )
573
574
endif ()
574
575
575
576
if (SWIFT_STDLIB_DISABLE_INSTANTIATION_CACHES )
Original file line number Diff line number Diff line change @@ -1013,7 +1013,7 @@ if run_vendor == 'apple':
1013
1013
swift_execution_tests_extra_flags += ' -Xfrontend -reflection-metadata-for-debugger-only'
1014
1014
1015
1015
if config .swift_stdlib_use_relative_protocol_witness_tables :
1016
- swift_execution_tests_extra_flags += ' -Xfrontend -enable-relative-protocol-witness-tables'
1016
+ swift_execution_tests_extra_flags += ' -Xfrontend -enable-relative-protocol-witness-tables -Xfrontend -swift-async-frame-pointer=never '
1017
1017
1018
1018
# Build a resource dir for freestanding tests.
1019
1019
new_resource_dir = os .path .join (config .test_exec_root , "resource_dir" )
You can’t perform that action at this time.
0 commit comments