Skip to content

Commit 7f1d226

Browse files
committed
Update checkout for tensorflow/swift-apis.
tensorflow/swift-apis@1aceb2d `-DCOMPILING_TENSORFLOW_MODULE` has been renamed to `-DCOMPILING_TENSORFLOW_STDLIB_MODULE` for clarity. `STDLIB` emphasizes that the flag is relevant for building the Swift stdlib.
1 parent 4d1c1df commit 7f1d226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdlib/public/TensorFlow/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ list(APPEND swift_stdlib_compile_flags "-force-single-frontend-invocation")
2929
# FIXME(SR-7972): Some tests fail when TensorFlow is optimized.
3030
# list(APPEND swift_stdlib_compile_flags "-O" "-whole-module-optimization")
3131
list(APPEND swift_stdlib_compile_flags "-Onone")
32-
list(APPEND swift_stdlib_compile_flags "-DCOMPILING_TENSORFLOW_MODULE")
32+
list(APPEND swift_stdlib_compile_flags "-DCOMPILING_TENSORFLOW_STDLIB_MODULE")
3333

3434
set(SOURCES "")
3535

utils/update_checkout/update-checkout-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"indexstore-db": "swift-DEVELOPMENT-SNAPSHOT-2019-10-31-a",
268268
"sourcekit-lsp": "swift-DEVELOPMENT-SNAPSHOT-2019-10-31-a",
269269
"tensorflow": "7c7d924821a8b1b20433c2f3f484bbd409873a84",
270-
"tensorflow-swift-apis": "e70b979b7a3c2ebd38457b8d4058a0b310b4e4b0",
270+
"tensorflow-swift-apis": "1aceb2d801ff8e0cc8eeb15f5c8957f2c9d2e1f7",
271271
"tensorflow-swift-quote": "4faabf7b04827b9c522eef15387eea3895eaf001"
272272
}
273273
}

0 commit comments

Comments
 (0)