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] Ensure module tracing is off during configuration
Such module usages are not relevant for the final build, they are used
only to detect the capabilities of the compiler.
This generalizes swiftlang#68453, and would be needed for Apple internal
configurations that set `SWIFT_LOADED_MODULE_TRACE_FILE` when building
the compiler.
Addresses rdar://124954349
0 commit comments