mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The swift-5.0-branch of Clang/LLVM is closest to LLVM 7.0 (and we are investigating merging up to the real 7.0 branch). Set the default Clang version to match. rdar://problem/43163910
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/