Skip to content

Commit 34b9ba9

Browse files
committed
Disable use of Clang flag -fswift-async-fp=
1 parent 06b73da commit 34b9ba9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ endif()
4141
# Don't emit extended frame info on platforms other than darwin, system
4242
# backtracer and system debugger are unlikely to support it.
4343
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
44-
list(APPEND SWIFT_RUNTIME_CONCURRENCY_C_FLAGS
45-
"-fswift-async-fp=${swift_concurrency_async_fp_mode}")
4644
list(APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_FLAGS
4745
"-Xfrontend"
4846
"-swift-async-frame-pointer=${swift_concurrency_async_fp_mode}")
4947
else()
50-
list(APPEND SWIFT_RUNTIME_CONCURRENCY_C_FLAGS "-fswift-async-fp=never")
5148
endif()
5249

5350
add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB

0 commit comments

Comments
 (0)