Skip to content

Commit f8e9400

Browse files
authored
---
yaml --- r: 293879 b: refs/heads/tensorflow c: 593de6a h: refs/heads/master i: 293877: f5066d0 293875: 5a0d15e 293871: 2e8d8cc
1 parent 1e624d6 commit f8e9400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-04-25-a: 22f738a831d43aff2b9c9773bcb65
816816
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-05-08-a: 7d98cc16689baba5c8a3b90a9329bdcc1a12b4e9
817817
refs/heads/cherr42: a566ad54b073c2c56ac0a705d0a5bed9743135a5
818818
"refs/heads/codable_test_comment_fix": fc8f6824f7f347e1e8db55bff62db385c5728b5a
819-
refs/heads/tensorflow: 86b9fe2dab345bf471a54366942c78458a9a122e
819+
refs/heads/tensorflow: 593de6a24608b28f0230e97d8dfd3643d1223559
820820
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-11-a: 8126fd7a652e2f70ad6d76505239e34fb2ef3e1a
821821
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-12-a: b3fd3dd84df6717f2e2e9df58c6d7e99fed57086
822822
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-13-a: 71135119579039dc321c5f65d870050fe36efda2

branches/tensorflow/cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ function(_compile_swift_files
228228

229229
# The standard library and overlays are always built resiliently.
230230
if(SWIFTFILE_IS_STDLIB)
231-
list(APPEND swift_flags "-enable-library-evolution")
232231
# SWIFT_ENABLE_TENSORFLOW
233232
# FIXME: `-enable-resilience` is currently disabled for the TensorFlow
234233
# module because it causes compilation to crash during IRGen.
@@ -237,6 +236,7 @@ function(_compile_swift_files
237236
# (see: TF-328)
238237
if(NOT "${SWIFTFILE_MODULE_NAME}" STREQUAL "TensorFlow" AND
239238
NOT "${SWIFTFILE_MODULE_NAME}" STREQUAL "DifferentiationUnittest")
239+
list(APPEND swift_flags "-enable-library-evolution")
240240
list(APPEND swift_flags "-Xfrontend" "-enable-resilience")
241241
endif()
242242
endif()

0 commit comments

Comments
 (0)