Commits

Brian Gesiak committed cad395bf3b6
[build-script] Unify naming: SWIFT_SIL_VERIFY_ALL Although the user sets the option using `--sil-verify-all`, various build scripts refer to the option as `SWIFT_VERIFY_ALL`. Code comments indicate that this may have been a separate setting at one time. Remove the misleading comments and unify naming with `--sil-verify-all` and `SWIFT_SIL_VERIFY_ALL`. This more closely matches what the option actually does (adds `-Xfrontend -sil-verify-all` to `swiftc` invocations during the build process).