qiongsiwu wrote:

> @qiongsiwu, this change is causing a build failure on a Windows bot, can you 
> take a look?
> 
> https://lab.llvm.org/buildbot/#/builders/46/builds/36187
> 
> ```
> FAILED: 
> tools/clang/unittests/Basic/CMakeFiles/BasicTests.dir/AtomicLineLoggerTest.cpp.obj
>  
> C:\bin\ccache.exe 
> C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\HostX64\x64\cl.exe
>   /nologo /TP -DCLANG_BUILD_STATIC -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_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 
> -Itools\clang\unittests\Basic 
> -IZ:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\unittests\Basic 
> -IZ:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\include 
> -Itools\clang\include -Iinclude 
> -IZ:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\include 
> -IZ:\b\llvm-clang-x86_64-sie-win\llvm-project\third-party\unittest\googletest\include
>  
> -IZ:\b\llvm-clang-x86_64-sie-win\llvm-project\third-party\unittest\googlemock\include
>  /DWIN32 /D_WINDOWS   /Zc:inline /Zc:preprocessor /Zc:__cplusplus /Oi /bigobj 
> /permissive- /W4 -wd4146 -wd4244 -wd4267 -wd4456 -wd4457 -wd4458 -wd4459 
> -wd4624 -wd4100 -wd4127 -wd4505 -wd4702 -wd4245 -wd4310 -wd4701 -wd4703 
> -wd4389 -wd4805 -wd4577 -wd4319 -wd4324 -wd4251 -wd4275 -w14062 -we4238 /Gw 
> /O2 /Ob2  -MD -UNDEBUG /EHs-c- /GR- -std:c++17 /showIncludes 
> /Fotools\clang\unittests\Basic\CMakeFiles\BasicTests.dir\AtomicLineLoggerTest.cpp.obj
>  /Fdtools\clang\unittests\Basic\CMakeFiles\BasicTests.dir\ /FS -c 
> Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\unittests\Basic\AtomicLineLoggerTest.cpp
> Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\unittests\Basic\AtomicLineLoggerTest.cpp(148):
>  error C3493: 'LinesPerThread' cannot be implicitly captured because no 
> default capture mode has been specified
> Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\unittests\Basic\AtomicLineLoggerTest.cpp(154):
>  error C3493: 'MessageLen' cannot be implicitly captured because no default 
> capture mode has been specified
> ```

Thanks for catching this @dyung! Taking a look. 

https://github.com/llvm/llvm-project/pull/195885
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to