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
The fix for #60394 has made setting CLANG_NO_DEFAULT_CONFIG=1 only when the build compiler supports --no-default-config, but when we build LLVM suite with GCC, the build compiler obviously does not support this option. Thus when clang is configured with CLANG_CONFIG_FILE_SYSTEM_DIR and the config file contains some compiler options, some tests start to fail:
The fix for #60394 has made setting
CLANG_NO_DEFAULT_CONFIG=1
only when the build compiler supports--no-default-config
, but when we build LLVM suite with GCC, the build compiler obviously does not support this option. Thus when clang is configured withCLANG_CONFIG_FILE_SYSTEM_DIR
and the config file contains some compiler options, some tests start to fail:The text was updated successfully, but these errors were encountered: