INFO:2026-04-04T18:13:25Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD ba3dbbfff3af..b5e7dbb30ace main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at b5e7dbb30ace [IR] Use iteration limit in stripPointerCastsAndOffsets (#190472) INFO:2026-04-04T18:13:35Z:root:syncing... Deleted branch merge (was e9b6ee05e14c). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge cab0354ef545] [gn build] Port 5e0efc0f1d79 1 file changed, 1 insertion(+) [gn build] Port 5e0efc0f1d79 -- https://github.com/llvm/llvm-project/commit/5e0efc0f1d79 INFO:2026-04-04T18:13:37Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/3758] CXX obj/lldb/source/Host/windows/Host.WindowsFileAction.o FAILED: obj/lldb/source/Host/windows/Host.WindowsFileAction.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lldb/source/Host/windows/Host.WindowsFileAction.o.d -o obj/lldb/source/Host/windows/Host.WindowsFileAction.o -c ../../lldb/source/Host/windows/WindowsFileAction.cpp -I../../llvm/include -Igen/llvm/include -I../../lldb/include -Igen/lldb/include -I../../sysroot/usr/include/libxml2 -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -fdebug-compilation-dir=. --sysroot=../../sysroot -Wpoison-system-directories -fPIC -Wcovered-switch-default -fno-strict-aliasing -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:66:21: error: cannot initialize a member subobject of type 'HANDLE' (aka 'void *') with an rvalue of type 'lldb::pipe_t' (aka 'int') 66 | HANDLE m_handle = LLDB_INVALID_PIPE; | ^~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/lldb-types.h:70:27: note: expanded from macro 'LLDB_INVALID_PIPE' 70 | #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) | ^~~~~~~~~~~~~~~~~~ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:67:25: error: cannot initialize a member subobject of type 'HANDLE' (aka 'void *') with an rvalue of type 'lldb::pipe_t' (aka 'int') 67 | HANDLE m_arg_handle = LLDB_INVALID_PIPE; | ^~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/lldb-types.h:70:27: note: expanded from macro 'LLDB_INVALID_PIPE' 70 | #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) | ^~~~~~~~~~~~~~~~~~ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:13: ../../lldb/include/lldb/Host/windows/windows.h:19:10: error: 'windows.h' file not found with include; use "quotes" instead 19 | #include | ^~~~~~~~~~~ | "windows.h" ../../lldb/source/Host/windows/WindowsFileAction.cpp:19:13: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 19 | if (fh != INVALID_HANDLE_VALUE && dup_fh != INVALID_HANDLE_VALUE) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:19:47: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 19 | if (fh != INVALID_HANDLE_VALUE && dup_fh != INVALID_HANDLE_VALUE) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:30:32: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 30 | if ((read || write) && fh != INVALID_HANDLE_VALUE && file_spec) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:48:19: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 48 | if (m_handle != INVALID_HANDLE_VALUE) | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:52:25: error: use of undeclared identifier 'STD_INPUT_HANDLE' 52 | return GetStdHandle(STD_INPUT_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:54:25: error: use of undeclared identifier 'STD_OUTPUT_HANDLE' 54 | return GetStdHandle(STD_OUTPUT_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:56:25: error: use of undeclared identifier 'STD_ERROR_HANDLE' 56 | return GetStdHandle(STD_ERROR_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:58:12: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 58 | return INVALID_HANDLE_VALUE; | ^ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:66:10: warning: private field 'm_handle' is not used [-Wunused-private-field] 66 | HANDLE m_handle = LLDB_INVALID_PIPE; | ^ ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:67:10: warning: private field 'm_arg_handle' is not used [-Wunused-private-field] 67 | HANDLE m_arg_handle = LLDB_INVALID_PIPE; | ^ 2 warnings and 11 errors generated. [2/3758] CXX obj/lldb/tools/lldb-server/lldb-server.LLDBServerUtilities.o [3/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangHost.o [4/3758] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextLinuxCore_x86.o [5/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionUtil.o [6/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.Generic.o [7/3758] CXX obj/lldb/source/Plugins/DynamicLoader/Static/Static.DynamicLoaderStatic.o [8/3758] CXX obj/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlus.ObjCPlusPlusLanguage.o [9/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxAtomic.o [10/3758] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABIMacOSX_i386.o [11/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFormatEntity.o [12/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupWatchpoint.o [13/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupValueObjectDisplay.o [14/3758] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABIX86.o [15/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueUUID.o [16/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFormat.o [17/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.GenericInitializerList.o [18/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueLanguage.o [19/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupVariable.o [20/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueArch.o [21/3758] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinDevice.o [22/3758] CXX obj/lldb/source/Plugins/DynamicLoader/Windows-DYLD/Windows-DYLD.DynamicLoaderWindowsDYLD.o [23/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFileColonLine.o [24/3758] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-gdbserver.o [25/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueDictionary.o [26/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.GenericList.o [27/3758] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFileSpec.o [28/3758] CXX obj/lldb/source/Plugins/JITLoader/GDB/GDB.JITLoaderGDB.o [29/3758] CXX obj/lldb/source/Interpreter/Interpreter.ScriptInterpreter.o [30/3758] CXX obj/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Darwin-Kernel.DynamicLoaderDarwinKernel.o [31/3758] CXX obj/lldb/source/Interpreter/Interpreter.Options.o [32/3758] CXX obj/lldb/source/Interpreter/Interpreter.Property.o [33/3758] CXX obj/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/POSIX-DYLD.DynamicLoaderPOSIXDYLD.o [34/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.IRDynamicChecks.o [35/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionSourceCode.o [36/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionVariable.o [37/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.GenericOptional.o [38/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUtil.o [39/3758] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSIndexPath.o [40/3758] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSError.o [41/3758] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSException.o [42/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExternalASTSourceCallbacks.o [43/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxMap.o [44/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.GenericBitset.o [45/3758] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSSet.o [46/3758] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCDeclVendor.o [47/3758] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCRuntimeV1.o [48/3758] CXX obj/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPlusPlus.ItaniumABIRuntime.o [49/3758] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/ObjC.ObjCLanguageRuntime.o [50/3758] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCRuntime.o [51/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxx.o [52/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangPersistentVariables.o [53/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.NameSearchContext.o [54/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.BlockPointer.o [55/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.CxxModuleHandler.o [56/3758] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCRuntimeV2.o [57/3758] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.CPlusPlusLanguage.o [58/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUtilityFunction.o [59/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUserExpression.o [60/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangASTSource.o [61/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.IRForTarget.o [62/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangASTImporter.o [63/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangFunctionCaller.o [64/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangModulesDeclVendor.o [65/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionDeclMap.o [66/3758] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionParser.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.