File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
227
227
set (SWIFT_SDK_embedded_LIB_SUBDIR "embedded" )
228
228
set (SWIFT_SDK_embedded_ARCH_${mod}_TRIPLE "${triple} " )
229
229
230
- if ("${mod} " MATCHES "-macos$" )
231
- set (SWIFT_SDK_embedded_THREADING_PACKAGE darwin )
232
- endif ()
233
-
234
230
add_swift_target_library_single (
235
231
embedded-concurrency-${mod}
236
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