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
Don't build and install libcxx when generating a macOS toolchain
Libcxx is already part of the macOS SDKs shipped since Xcode 12.5, so
there is no need for us to rebuild it.
This will also prevent compilation issues in the presets that builds the
standard library using a prebuilt toolchain, so the clang compiler that
ships in that toolchain does not pickup libcxx headers that do not
match the tbd shipped in the underlying macOS SDK.
This change would be desirable for all macOS presets, focusing for now
on the toolchain presets.
Addresses rdar://106817494
0 commit comments