mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Respect the TOOLCHAINS environment variable if set when deciding the darwin xcrun toolchain. * Updated test/lit.cfg to respect the TOOLCHAINS environment variable when deciding the xcrun toolchain for Darwin platforms, rather than hardcoding the default. * Fixed the default darwin xcrun toolchain logic.
build_swift
The build_swift module contains data-structures and functions used by
the Swift build-script.
Unit Tests
You may run the unit test suite using the command:
$ python -m unittest discover -s utils/build_swift/ -t utils/