mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
b3b24eb928
This adds two flags to the build script to enable/disable assertions in llbuild: --llbuild-assertions, --no-llbuild-assertions The default value is taken from the global assertions flag.
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/