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
[ClangImporter] -Xclang -fbuiltin-headers-in-system-modules is being passed when it shouldn't
We were accidentally setting `requiresBuiltinHeadersInSystemModules` because
the `else` here gets executed for things that are not WASI or Musl. Fix
by making it conditional.
rdar://128219177
0 commit comments