github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
The build failed before running any tests. Click on a failure below to see the details. <details> <summary>[code=1] tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.obj</summary> ``` FAILED: [code=1] tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.obj sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DCLANG_BUILD_STATIC -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\clang\lib\AST -IC:\_work\llvm-project\llvm-project\clang\lib\AST -IC:\_work\llvm-project\llvm-project\clang\include -IC:\_work\llvm-project\llvm-project\build\tools\clang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\clang\lib\AST\CMakeFiles\obj.clangAST.dir\AttrImpl.cpp.obj /Fdtools\clang\lib\AST\CMakeFiles\obj.clangAST.dir\ -c -- C:\_work\llvm-project\llvm-project\clang\lib\AST\AttrImpl.cpp In file included from C:\_work\llvm-project\llvm-project\clang\lib\AST\AttrImpl.cpp:13: In file included from C:\_work\llvm-project\llvm-project\clang\include\clang/AST/ASTContext.h:18: In file included from C:\_work\llvm-project\llvm-project\clang\include\clang/AST/CanonicalType.h:17: In file included from C:\_work\llvm-project\llvm-project\clang\include\clang/AST/Type.h:20: In file included from C:\_work\llvm-project\llvm-project\clang\include\clang/AST/Decl.h:16: In file included from C:\_work\llvm-project\llvm-project\clang\include\clang/AST/APNumericStorage.h:12: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/APFloat.h:18: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/APInt.h:19: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/Support/MathExtras.h:16: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/STLForwardCompat.h:21: In file included from C:\BuildTools\VC\Tools\MSVC\14.44.35207\include\functional:10: In file included from C:\BuildTools\VC\Tools\MSVC\14.44.35207\include\exception:12: C:\BuildTools\VC\Tools\MSVC\14.44.35207\include\type_traits(1257,51): error: incomplete type 'clang::OMPTraitInfo' used in type trait expression 1257 | constexpr bool is_base_of_v = __is_base_of(_Base, _Derived); | ^ C:\_work\llvm-project\llvm-project\clang\lib\AST\AttrImpl.cpp(326,32): note: in instantiation of variable template specialization 'std::is_base_of_v<clang::Attr, clang::OMPTraitInfo>' requested here 326 | typename std::enable_if_t<std::is_base_of_v<Attr, T>, bool> | ^ C:\_work\llvm-project\llvm-project\build\tools\clang\include\clang/AST/AttrImpl.inc(32192,8): note: while substituting deduced template arguments into function template 'equalAttrArgs' [with T = OMPTraitInfo] 32192 | if (!equalAttrArgs(getTraitInfos(), Other.getTraitInfos(), Context)) | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/AST/ASTContext.h(130,7): note: forward declaration of 'clang::OMPTraitInfo' 130 | class OMPTraitInfo; | ^ 1 error generated. ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/190817 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
