You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
Get linker options from the C++ toolchain for Xcode builds when possi…
…ble.
This was previously only done for Linux toolchains, but the distinctions between apple_binary (which uses CROSSTOOL to link) and swift_binary (which doesn't fully use CROSSTOOL, yet) were causing problems for Apple targets under some circumstances (for example, test binaries and their bundle loaders).
PiperOrigin-RevId: 206822105
- Bump version number in README in anticipation of next release.
- Add instructions about configuring Clang on Linux.
RELNOTES: Linux users must set `CC=clang` in their environment.
PiperOrigin-RevId: 206804748