llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder 
`llvm-clang-x86_64-win-fast` running on `as-builder-3` while building `clang` 
at step 6 "build-unified-tree".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/2/builds/20755

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (build-unified-tree) failure: build (failure)
...
[4153/4173] Linking CXX executable bin\clang-scan-deps.exe
[4154/4173] Linking CXX executable bin\clang-refactor.exe
[4155/4173] Linking CXX executable bin\clang-extdef-mapping.exe
[4156/4173] Linking CXX executable bin\clang-installapi.exe
[4157/4173] Linking CXX executable bin\clang-nvlink-wrapper.exe
[4158/4173] Linking CXX shared library bin\LTO.dll
[4159/4173] Linking CXX executable bin\llvm-reduce.exe
[4160/4173] Linking CXX executable bin\opt.exe
[4161/4173] Linking CXX shared library bin\libclang.dll
[4162/4173] Building CXX object 
tools\clang\tools\clang-sycl-linker\CMakeFiles\clang-sycl-linker.dir\ClangSYCLLinker.cpp.obj
FAILED: 
tools/clang/tools/clang-sycl-linker/CMakeFiles/clang-sycl-linker.dir/ClangSYCLLinker.cpp.obj
 
C:\ninja\ccache.exe 
C:\PROGRA~1\MICROS~2\2022\COMMUN~1\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe
  /nologo /TP -DCLANG_BUILD_STATIC -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_STATIC 
-DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS 
-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 
-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:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\build\tools\clang\tools\clang-sycl-linker
 
-IC:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\clang\tools\clang-sycl-linker
 
-IC:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\clang\include
 
-IC:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\build\tools\clang\include 
-IC:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\build\include 
-IC:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\llvm\include 
/DWIN32 /D_WINDOWS   /Zc:inline /Zc:preprocessor /Zc:__cplusplus /Oi /bigobj 
/permissive- /W4 -wd4141 -wd4146 -wd4244 -wd4267 -wd4291 -wd4351 -wd4456 
-wd4457 -wd4458 -wd4459 -wd4503 -wd4624 -wd4722 -wd4100 -wd4127 -wd4512 -wd4505 
-wd4610 -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 
-wd4805 -wd4204 -wd4577 -wd4091 -wd4592 -wd4319 -wd4709 -wd5105 -wd4324 -wd4251 
-wd4275 -w14062 -we4238 /Gw /O2 /Ob2 /DNDEBUG -MD  /EHs-c- /GR- -std:c++17 
/showIncludes 
/Fotools\clang\tools\clang-sycl-linker\CMakeFiles\clang-sycl-linker.dir\ClangSYCLLinker.cpp.obj
 /Fdtools\clang\tools\clang-sycl-linker\CMakeFiles\clang-sycl-linker.dir\ /FS 
-c 
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\clang\tools\clang-sycl-linker\ClangSYCLLinker.cpp
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\clang\tools\clang-sycl-linker\ClangSYCLLinker.cpp(285):
 error C2065: 'M': undeclared identifier
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\clang\tools\clang-sycl-linker\ClangSYCLLinker.cpp(285):
 error C2248: 'llvm::Error::Error': cannot access protected member declared in 
class 'llvm::Error'
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\llvm\include\llvm/Support/Error.h(181):
 note: see declaration of 'llvm::Error::Error'
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\llvm\include\llvm/Support/WithColor.h(17):
 note: see declaration of 'llvm::Error'
[4163/4173] Linking CXX executable bin\clang-import-test.exe
[4164/4173] Linking CXX executable bin\clang-check.exe
[4165/4173] Linking CXX executable bin\c-index-test.exe
[4166/4173] Linking CXX executable bin\clang-repl.exe
[4167/4173] Linking CXX executable bin\clang.exe
[4168/4173] Generating export list for LLVM-C
ninja: build stopped: subcommand failed.

```

</details>

https://github.com/llvm/llvm-project/pull/134125
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to