Skip to content

Commit ba995dd

Browse files
committed
[embedded] When building embedded _Concurrency.o, disable incremental LLVM codegen
1 parent fc7068e commit ba995dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
269269
SWIFT_COMPILE_FLAGS
270270
${extra_swift_compile_flags} -enable-experimental-feature Embedded
271271
-parse-stdlib -DSWIFT_CONCURRENCY_EMBEDDED
272-
-Xfrontend -emit-empty-object-file
272+
-Xfrontend -emit-empty-object-file -Xfrontend -disable-incremental-llvm-codegen
273273
${SWIFT_RUNTIME_CONCURRENCY_SWIFT_FLAGS}
274274
C_COMPILE_FLAGS
275275
${extra_c_compile_flags} ${SWIFT_RUNTIME_CONCURRENCY_C_FLAGS} -DSWIFT_CONCURRENCY_EMBEDDED=1

0 commit comments

Comments
 (0)