Skip to content

Commit 1065fae

Browse files
committed
Remove locking/thread-local from Observation CMakeLists and remove the -parse-stdlib options
1 parent ac565af commit 1065fae

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

stdlib/public/Observation/Sources/Observation/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@
1212

1313
set(SWIFT_OBSERVATION_SWIFT_FLAGS)
1414

15-
list(APPEND SWIFT_OBSERVATION_SWIFT_FLAGS
16-
"-parse-stdlib")
17-
1815
add_swift_target_library(swiftObservation ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
1916
ImmediateTransactionModel.swift
20-
Locking.swift
2117
MemberKeyPaths.swift
2218
Observable.swift
2319
ObservationRegistrar.swift
@@ -27,7 +23,6 @@ add_swift_target_library(swiftObservation ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS
2723
ObservationTransactionModel.swift
2824
ObservedChanges.swift
2925
Observer.swift
30-
ThreadLocal.swift
3126

3227
SWIFT_COMPILE_FLAGS
3328
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}

stdlib/public/Observation/Sources/_ObservationRuntime/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
set(SWIFT_OBSERVATION_SWIFT_FLAGS)
1414

15-
list(APPEND SWIFT_OBSERVATION_SWIFT_FLAGS
16-
"-parse-stdlib")
17-
1815
add_swift_target_library(swift_ObservationRuntime ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
1916
Locking.cpp
2017
Locking.swift

0 commit comments

Comments
 (0)