INFO:2026-04-04T12:49:24Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 6565e08c1ec7..47d80039483c 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 47d80039483c [Polly][NFC] Use factory pattern (#190456) INFO:2026-04-04T12:49:28Z:root:syncing... Deleted branch merge (was 6565e08c1ec7). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2026-04-04T12:49:28Z:root:building ninja: Entering directory `out/gn' [1/1964] CXX obj/llvm/lib/Target/X86/TargetInfo/TargetInfo.X86TargetInfo.o [2/1964] AR lib/libLLVMX86Info.a [3/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86ShuffleDecode.o [4/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86InstPrinterCommon.o [5/1964] 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. [6/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86ATTInstPrinter.o [7/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86InstComments.o [8/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86IntelInstPrinter.o [9/1964] CXX obj/llvm/lib/Target/X86/MCA/MCA.X86CustomBehaviour.o [10/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86WinCOFFStreamer.o [11/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86WinCOFFObjectWriter.o [12/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86MnemonicTables.o [13/1964] CXX obj/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.DlltoolDriver.o [14/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86MCAsmInfo.o [15/1964] CXX obj/llvm/lib/Transforms/IPO/IPO.Annotation2Metadata.o [16/1964] CXX obj/lld/COFF/COFF.MarkLive.o [17/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86MachObjectWriter.o [18/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86WinCOFFTargetStreamer.o [19/1964] CXX obj/lld/COFF/COFF.Symbols.o [20/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86MCCodeEmitter.o [21/1964] CXX obj/lld/COFF/COFF.COFFLinkerContext.o [22/1964] CXX obj/llvm/lib/ToolDrivers/llvm-lib/LibDriver.LibDriver.o [23/1964] CXX obj/lld/COFF/COFF.LLDMapFile.o [24/1964] CXX obj/lld/COFF/COFF.CallGraphSort.o [25/1964] CXX obj/lld/COFF/COFF.MinGW.o [26/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroConditionalWrapper.o [27/1964] CXX obj/lld/COFF/COFF.MapFile.o [28/1964] CXX obj/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.TruncInstCombine.o [29/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.BlockCoverageInference.o [30/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.SuspendCrossingInfo.o [31/1964] CXX obj/llvm/lib/Transforms/HipStdPar/HipStdPar.HipStdPar.o [32/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroAnnotationElide.o [33/1964] CXX obj/llvm/lib/Target/X86/LLVMX86CodeGen.X86WinEHUnwindV2.o [34/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroEarly.o [35/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86AsmBackend.o [36/1964] CXX obj/lld/COFF/COFF.Chunks.o [37/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.Coroutines.o [38/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroElide.o [39/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.BoundsChecking.o [40/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroCleanup.o [41/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.MaterializationUtils.o [42/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.SpillUtils.o [43/1964] CXX obj/llvm/lib/Transforms/IPO/IPO.AlwaysInliner.o [44/1964] CXX obj/lld/COFF/COFF.DLL.o [45/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineNegator.o [46/1964] CXX obj/lld/COFF/COFF.DriverUtils.o [47/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.AllocToken.o [48/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.CGProfile.o [49/1964] CXX obj/lld/COFF/COFF.DebugTypes.o [50/1964] CXX obj/llvm/lib/Transforms/IPO/IPO.ArgumentPromotion.o [51/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineShifts.o [52/1964] CXX obj/lld/COFF/COFF.PDB.o [53/1964] CXX obj/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.AggressiveInstCombine.o [54/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombinePHI.o [55/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineMulDivRem.o [56/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroSplit.o [57/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineSimplifyDemanded.o [58/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineVectorOps.o [59/1964] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroFrame.o [60/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.DataFlowSanitizer.o [61/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.GCOVProfiling.o [62/1964] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineSelect.o [63/1964] CXX obj/lld/COFF/COFF.LTO.o [64/1964] CXX obj/llvm/lib/Target/X86/MCTargetDesc/MCTargetDesc.X86MCTargetDesc.o [65/1964] CXX obj/lld/COFF/COFF.Writer.o [66/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.ControlHeightReduction.o [67/1964] CXX obj/lld/COFF/COFF.SymbolTable.o [68/1964] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.AddressSanitizer.o [69/1964] CXX obj/lld/COFF/COFF.InputFiles.o [70/1964] CXX obj/lld/COFF/COFF.Driver.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.