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
fix: add target-specific libc++ include path for --no-default-config
When bypassing clang++.cfg with --no-default-config, we must provide
both libc++ include paths that the cfg originally supplied:
-isystem <llvmRoot>/include/c++/v1
-isystem <llvmRoot>/include/<triple>/c++/v1
The target-specific path contains __config_site which is required by
__config. Without it, std module precompilation fails with
'__config_site' file not found.
0 commit comments