Files
swift-mirror/utils/swift_build_support
Anton Blanchard 0b8371d937 Fix stdlib deployment targets for powerpc64 and powerpc64le
We use powerpc64 and powerpc64le for the target names, not ppc64 and
ppc64le.
2016-05-10 04:29:54 +00:00
..

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