You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cmake] Add option for running tests against a just built toolchain.
The option is specifically: SWIFT_RUN_TESTS_WITH_HOST_COMPILER. NOTE: We assume
that swiftc is in the just built toolchain directory and all necessary tools are
next to swiftc.
I am using this to bring up tests for a stage2 swift stdlib build (and eventual
libswift support).
0 commit comments