Skip to content

Commit a948f79

Browse files
authored
Merge pull request #80883 from edymtt/emiotto/mark-executorimpl_cpp-optional-6.2
[6.2] CMake Embedded Stdlib: mark `ExecutorImpl.cpp` as optional
2 parents 8504b7f + d542e5c commit a948f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
259259
set(SWIFT_STDLIB_CONCURRENCY_TRACING FALSE)
260260
set(SWIFT_STDLIB_HAS_ENVIRON FALSE)
261261
set(SWIFT_STDLIB_HAS_ASL FALSE)
262+
list(APPEND LLVM_OPTIONAL_SOURCES ExecutorImpl.cpp)
262263

263264
foreach(entry ${EMBEDDED_STDLIB_TARGET_TRIPLES})
264265
string(REGEX REPLACE "[ \t]+" ";" list "${entry}")

0 commit comments

Comments
 (0)