tensorflow / swift

Swift for TensorFlow
https://tensorflow.org/swift
Apache License 2.0
6.12k stars 608 forks source link

Release 2020-05-13 toolchain for macOS. #464

Closed dan-zheng closed 4 years ago

dan-zheng commented 4 years ago

https://github.com/apple/swift/commit/112f6d30ba69857fea2115e9836a55c89b355f20


Notable changes:

Slight regression: swift -Xllvm -debug isn't enabled for macOS toolchains.

$ swift -Xllvm -debug-only=differentiation test.swift
swift (LLVM option parsing): Unknown command line argument '-debug-only=differentiation'.  Try: 'swift (LLVM option parsing) --help'
swift (LLVM option parsing): Did you mean '--debug-pass=differentiation'?

We're not yet sure why this is the case, because macOS toolchains are built with --assertions and -DLLVM_ENABLE_ASSERTIONS:BOOL=TRUE.

This issue isn't reproducible with post-merge Linux toolchains.

dan-zheng commented 4 years ago

The toolchain is still being uploaded. Please wait to merge until the toolchain link is available.

dan-zheng commented 4 years ago

The toolchain link is now available.