Files
swift-mirror/utils/build_swift
Bob Wilson 61d98b2126 [build-script] Update the default CLANG_USER_VISIBLE_VERSION to 7.0.0
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
2018-09-04 17:05:47 -07:00
..
2017-11-27 21:49:44 -08:00

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/