INFO:2026-02-24T04:09:14Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD d5bf51420004..09ab9a16e2db 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 09ab9a16e2db [MemRefToEmitC] fix typo (#182991) INFO:2026-02-24T04:09:17Z:root:syncing... Deleted branch merge (was df3e5b9834f0). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 6afeb60e4938] [gn build] Port 796a1ea79f41 1 file changed, 2 insertions(+), 1 deletion(-) [merge 7809d45b5543] [gn build] Port 8bdef33e6ae9 2 files changed, 7 insertions(+) [merge 865734bc0cf8] [gn build] Port a8989c08a87e 1 file changed, 1 insertion(+), 1 deletion(-) [merge d9d0517b3211] [gn build] Port de3034b1c14d 1 file changed, 1 insertion(+) [gn build] Port 796a1ea79f41 -- https://github.com/llvm/llvm-project/commit/796a1ea79f41 [gn build] Port 8bdef33e6ae9 -- https://github.com/llvm/llvm-project/commit/8bdef33e6ae9 [gn build] Port a8989c08a87e -- https://github.com/llvm/llvm-project/commit/a8989c08a87e [gn build] Port de3034b1c14d -- https://github.com/llvm/llvm-project/commit/de3034b1c14d INFO:2026-02-24T04:09:21Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/1098] AR lib/libLLVMCFGuard.a [2/1098] CXX obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o FAILED: obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o.d -o obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o -c ../../lldb/source/Host/windows/ConnectionConPTYWindows.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/ConnectionConPTYWindows.cpp:9: In file included from ../../lldb/include/lldb/Host/windows/ConnectionConPTYWindows.h:12: In file included from ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:12: ../../lldb/include/lldb/Host/windows/windows.h:19:10: error: 'windows.h' file not found with include; use "quotes" instead 19 | #include | ^~~~~~~~~~~ | "windows.h" In file included from ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:9: In file included from ../../lldb/include/lldb/Host/windows/ConnectionConPTYWindows.h:12: ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:45:3: error: unknown type name 'OVERLAPPED' 45 | OVERLAPPED m_overlapped; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:47:3: error: unknown type name 'HANDLE' 47 | HANDLE m_file; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:48:3: error: unknown type name 'HANDLE' 48 | HANDLE m_event_handles[2]; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:50:3: error: unknown type name 'LARGE_INTEGER' 50 | LARGE_INTEGER m_file_position; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:56:29: error: unknown type name 'DWORD' 56 | void IncrementFilePointer(DWORD amount); | ^ In file included from ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:9: In file included from ../../lldb/include/lldb/Host/windows/ConnectionConPTYWindows.h:13: ../../lldb/include/lldb/Host/windows/PseudoConsole.h:97:8: error: no type named 'condition_variable' in namespace 'std' 97 | std::condition_variable &GetCV() { return m_cv; }; | ~~~~~^ ../../lldb/include/lldb/Host/windows/PseudoConsole.h:116:8: error: no type named 'condition_variable' in namespace 'std' 116 | std::condition_variable m_cv{}; | ~~~~~^ ../../lldb/include/lldb/Host/windows/PseudoConsole.h:117:21: error: implicit instantiation of undefined template 'std::atomic' 117 | std::atomic m_stopping = false; | ^ ../../sysroot/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/atomic_base.h:173:12: note: template is declared here 173 | struct atomic; | ^ ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:47:19: error: no matching constructor for initialization of 'ConnectionGenericFile' 47 | : m_pty(pty), ConnectionGenericFile(pty->GetSTDOUTHandle(), false) {}; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:24:3: note: candidate constructor not viable: cannot convert argument of incomplete type 'HANDLE' (aka 'void *') to 'lldb::file_t' (aka 'int') for 1st argument 24 | ConnectionGenericFile(lldb::file_t file, bool owns_file); | ^ ~~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:60:3: note: candidate constructor not viable: requires 1 argument, but 2 were provided 60 | ConnectionGenericFile(const ConnectionGenericFile &) = delete; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:22:3: note: candidate constructor not viable: requires 0 arguments, but 2 were provided 22 | ConnectionGenericFile(); | ^ ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:47:7: warning: field 'm_pty' will be initialized after base 'ConnectionGenericFile' [-Wreorder-ctor] 47 | : m_pty(pty), ConnectionGenericFile(pty->GetSTDOUTHandle(), false) {}; | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ConnectionGenericFile(pty->GetSTDOUTHandle(), false) m_pty(pty) ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:73:30: error: cannot initialize object parameter of type 'lldb_private::ConnectionGenericFile' with an expression of type 'lldb_private::ConnectionConPTY' 73 | ConnectionGenericFile::Read(dst, dst_len, timeout, status, error_ptr); | ^~~~ 1 warning and 11 errors generated. [3/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.DeclareRuntimeLibcalls.o [4/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.GlobalSplit.o [5/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.ObjCARCExpand.o [6/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.FatLTOCleanup.o [7/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.RealtimeSanitizer.o [8/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.CrossDSOCFI.o [9/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.EscapeEnumerator.o [10/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.PtrState.o [11/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.FlattenCFG.o [12/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.CodeMoverUtils.o [13/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.DependencyAnalysis.o [14/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.KCFI.o [15/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.ObjCARC.o [16/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.ProvenanceAnalysis.o [17/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.FunctionComparator.o [18/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.GuardUtils.o [19/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.CanonicalizeFreezeInLoops.o [20/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.ObjCARCContract.o [21/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.IRNormalizer.o [22/1098] CXX obj/llvm/lib/Transforms/Scalar/Scalar.AlignmentFromAssumptions.o [23/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.ExpandVariadics.o [24/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.SanitizerBinaryMetadata.o [25/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineAtomicRMW.o [26/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.SCCP.o [27/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.TypeSanitizer.o [28/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.MergeFunctions.o [29/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.ThreadSanitizer.o [30/1098] CXX obj/llvm/unittests/CodeGen/CodeGenTests.DroppedVariableStatsMIRTest.o [31/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.DeadArgumentElimination.o [32/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.PGOCtxProfLowering.o [33/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.MemProfInstrumentation.o [34/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineLoadStoreAlloca.o [35/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.PGOMemOPSizeOpt.o [36/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.SanitizerCoverage.o [37/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.SampleProfileProbe.o [38/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.NumericalStabilitySanitizer.o [39/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.FunctionSpecialization.o [40/1098] CXX obj/llvm/lib/Transforms/ObjCARC/ObjCARC.ObjCARCOpts.o [41/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.CloneFunction.o [42/1098] CXX obj/llvm/lib/Transforms/Scalar/Scalar.ADCE.o [43/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineCasts.o [44/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.PartialInlining.o [45/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineVectorOps.o [46/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineAddSub.o [47/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.CodeExtractor.o [48/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.HWAddressSanitizer.o [49/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.InstrProfiling.o [50/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineAndOrXor.o [51/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.GlobalOpt.o [52/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.IndirectCallPromotion.o [53/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.MemorySanitizer.o [54/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.FunctionAttrs.o [55/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineCalls.o [56/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstCombineCompares.o [57/1098] CXX obj/llvm/lib/Transforms/Utils/Utils.InlineFunction.o [58/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.LowerTypeTests.o [59/1098] CXX obj/llvm/lib/Transforms/InstCombine/InstCombine.InstructionCombining.o [60/1098] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.PGOInstrumentation.o [61/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.WholeProgramDevirt.o [62/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.Attributor.o [63/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.SampleProfile.o [64/1098] CXX obj/llvm/unittests/CodeGen/CodeGenTests.InstrRefLDVTest.o [65/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.OpenMPOpt.o [66/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.AttributorAttributes.o [67/1098] CXX obj/llvm/lib/Transforms/IPO/IPO.MemProfContextDisambiguation.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.