File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
199
199
set (SWIFT_CONCURRENCY_USES_DISPATCH FALSE )
200
200
set (SWIFT_STDLIB_SINGLE_THREADED_CONCURRENCY TRUE )
201
201
set (SWIFT_STDLIB_CONCURRENCY_TRACING FALSE )
202
+ set (SWIFT_STDLIB_HAS_ENVIRON FALSE )
203
+ set (SWIFT_STDLIB_HAS_ASL FALSE )
202
204
203
205
foreach (entry ${EMBEDDED_STDLIB_TARGET_TRIPLES} )
204
206
string (REGEX REPLACE "[ \t ]+" ";" list "${entry} " )
@@ -220,9 +222,11 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
220
222
set (extra_swift_compile_flags -Xcc -D__MACH__ -Xcc -D__APPLE__ -Xcc -ffreestanding )
221
223
endif ()
222
224
225
+ set (SWIFT_SDK_embedded_THREADING_PACKAGE none )
223
226
set (SWIFT_SDK_embedded_ARCH_${mod}_MODULE "${mod} " )
224
227
set (SWIFT_SDK_embedded_LIB_SUBDIR "embedded" )
225
228
set (SWIFT_SDK_embedded_ARCH_${mod}_TRIPLE "${triple} " )
229
+
226
230
add_swift_target_library_single (
227
231
embedded-concurrency-${mod}
228
232
swift_Concurrency
Original file line number Diff line number Diff line change 9
9
// Fail if there is any entry in actual-dependencies.txt that's not in allowed-dependencies.txt
10
10
// RUN: test -z "`comm -13 %t/allowed-dependencies.txt %t/actual-dependencies.txt`"
11
11
12
- // DEP: __ZNSt3__111this_thread9sleep_forERKNS_6chrono8durationIxNS_5ratioILl1ELl1000000000EEEEE
13
12
// DEP: __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc
14
13
// DEP: __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcm
15
14
// DEP: __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEmPKc
20
19
// DEP: __ZdlPv
21
20
// DEP: __Znwm
22
21
// DEP: ___assert_rtn
22
+ // DEP: ___error
23
23
// DEP: ___stack_chk_fail
24
24
// DEP: ___stack_chk_guard
25
25
// DEP: ___stderrp
26
26
// DEP: __availability_version_check
27
27
// DEP: _abort
28
- // DEP: _asl_log
29
28
// DEP: _dispatch_once_f
30
29
// DEP: _dlsym
31
30
// DEP: _exit
37
36
// DEP: _fseek
38
37
// DEP: _ftell
39
38
// DEP: _malloc
40
- // DEP: _memcpy
41
39
// DEP: _memset_s
42
- // DEP: _os_unfair_lock_lock
43
- // DEP: _os_unfair_lock_unlock
40
+ // DEP: _nanosleep
44
41
// DEP: _posix_memalign
45
- // DEP: _pthread_equal
46
- // DEP: _pthread_getspecific
47
- // DEP: _pthread_self
48
- // DEP: _pthread_setspecific
49
42
// DEP: _putchar
50
43
// DEP: _rewind
51
44
// DEP: _sscanf
You can’t perform that action at this time.
0 commit comments