github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 3317 tests passed * 34 tests skipped All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details. <details> <summary>[code=1] tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.obj</summary> ``` FAILED: [code=1] tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.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\Interpreter -IC:\_work\llvm-project\llvm-project\clang\lib\Interpreter -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 -I"C:\BuildTools\DIA SDK\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\Interpreter\CMakeFiles\obj.clangInterpreter.dir\Interpreter.cpp.obj /Fdtools\clang\lib\Interpreter\CMakeFiles\obj.clangInterpreter.dir\ -c -- C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(596,24): error: member access into incomplete type 'clang::IncrementalHIPDeviceParser' 596 | HIPDeviceParser->Parse(Code); | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(600,20): error: member access into incomplete type 'clang::IncrementalHIPDeviceParser' 600 | HIPDeviceParser->RegisterPTU(*DeviceTU); | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(602,42): error: member access into incomplete type 'clang::IncrementalHIPDeviceParser' 602 | if (llvm::Error Err = HIPDeviceParser->LinkDeviceLibs()) | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(605,42): error: member access into incomplete type 'clang::IncrementalHIPDeviceParser' 605 | if (llvm::Error Err = HIPDeviceParser->optimize()) | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(609,28): error: member access into incomplete type 'clang::IncrementalHIPDeviceParser' 609 | HIPDeviceParser->GenerateHSACO(); | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(613,42): error: member access into incomplete type 'clang::IncrementalHIPDeviceParser' 613 | if (llvm::Error Err = HIPDeviceParser->GenerateOffloadBundle()) | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ In file included from C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp:14: In file included from C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\DeviceOffload.h:16: In file included from C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\IncrementalParser.h:17: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/IR/Module.h:18: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/STLExtras.h:36: C:\BuildTools\VC\Tools\MSVC\14.44.35207\include\memory(3308,27): error: invalid application of 'sizeof' to an incomplete type 'clang::IncrementalHIPDeviceParser' 3308 | static_assert(0 < sizeof(_Ty), "can't delete an incomplete type"); | ^~~~~~~~~~~ C:\BuildTools\VC\Tools\MSVC\14.44.35207\include\memory(3427,13): note: in instantiation of member function 'std::default_delete<clang::IncrementalHIPDeviceParser>::operator()' requested here 3427 | _Mypair._Get_first()(_Mypair._Myval2); | ^ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(344,14): note: in instantiation of member function 'std::unique_ptr<clang::IncrementalHIPDeviceParser>::~unique_ptr' requested here 344 | Interpreter::Interpreter(std::unique_ptr<CompilerInstance> Instance, | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ In file included from C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp:14: In file included from C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\DeviceOffload.h:16: In file included from C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\IncrementalParser.h:17: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/IR/Module.h:18: In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/STLExtras.h:36: C:\BuildTools\VC\Tools\MSVC\14.44.35207\include\memory(3630,32): error: allocation of incomplete type 'clang::IncrementalHIPDeviceParser' 3630 | return unique_ptr<_Ty>(new _Ty(_STD forward<_Types>(_Args)...)); | ^~~ C:\_work\llvm-project\llvm-project\clang\lib\Interpreter\Interpreter.cpp(515,33): note: in instantiation of function template specialization 'std::make_unique<clang::IncrementalHIPDeviceParser, clang::CompilerInstance &, clang::CompilerInstance &, clang::IncrementalAction *, llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> &, llvm::Error &, std::list<clang::PartialTranslationUnit> &, 0>' requested here 515 | auto HIPDeviceParser = std::make_unique<IncrementalHIPDeviceParser>( | ^ C:\_work\llvm-project\llvm-project\clang\include\clang/Interpreter/Interpreter.h(48,7): note: forward declaration of 'clang::IncrementalHIPDeviceParser' 48 | class IncrementalHIPDeviceParser; | ^ 8 errors 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/218848 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
