mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rather than archiving symbols at the very end of the build-script-impl shellscript, do so at the end of the Python build-script. A small step towards achieving SR-237.
swift_build_support
swift_build_support is a Python module containing functions and data
structures used by the Swift build script.
You may run unit tests for swift_build_support from the command line:
apple/swift $ python -m unittest discover -s utils/swift_build_support