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
fixes a rare race condition on macOS 12 (aarch64 only) hosts where two compis processes racing to build the same libc++ for the same target could both win
adds support to cc and c++ for building for a system version less than the sysroot (i.e. -mmacosx-version-min=x.x.x)
fixes a harmless but annoying bug where in some cases cc and c++ would create a directory named build-THIS-IS-A-BUG-IN-COMPIS in the current working directory
cc and c++ now explicitly disallows use of -fmodules and -fcxx-modules. This only affects building for macos. Modules are allowed when providing a custom --sysroot (and the caller is responsible for making sure that sysroot has module maps etc.)
fixes a bug in cc and c++ where running with --help arguments could trigger a build