Skip to content

Commit 60109cd

Browse files
committed
[TF] Rename -DCOMPILING_TENSORFLOW_STDLIB_MODULE CMake flag.
`-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 b60de11 commit 60109cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)