INFO:2026-02-24T15:11:35Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 1ecc1535ffd2..9f2351c27e2e main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 9f2351c27e2e [HIP] Do not apply 'externally_initialized' to constant device variables (#182157) INFO:2026-02-24T15:11:38Z:root:syncing... Deleted branch merge (was 658e2f2c4316). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 0b49a7e1cac6] [gn build] Port 796a1ea79f41 1 file changed, 2 insertions(+), 1 deletion(-) [merge 40bc26f96866] [gn build] Port 8bdef33e6ae9 2 files changed, 7 insertions(+) [merge 5ea4dc2f6034] [gn build] Port a8989c08a87e 1 file changed, 1 insertion(+), 1 deletion(-) [merge f221cd3a505b] [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-24T15:11:47Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/874] AR lib/libLLVMRISCVDesc.a [2/874] 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/874] CXX obj/llvm/lib/Target/WebAssembly/GISel/LLVMWebAssemblyCodeGen.WebAssemblyRegisterBankInfo.o [4/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZCallingConv.o [5/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcTargetObjectFile.o [6/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcSubtarget.o [7/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcRegisterInfo.o [8/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZPostRewrite.o [9/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZSubtarget.o [10/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcInstrInfo.o [11/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcISelDAGToDAG.o [12/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZMachineScheduler.o [13/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcFrameLowering.o [14/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZHazardRecognizer.o [15/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZShortenInst.o [16/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZTDC.o [17/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZLongBranch.o [18/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyNullifyDebugValueLists.o [19/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyCleanCodeAfterTrap.o [20/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZLDCleanup.o [21/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZCopyPhysRegs.o [22/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyArgumentMove.o [23/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyMCLowerPrePass.o [24/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyLowerRefTypesIntPtrConv.o [25/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZElimCompare.o [26/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZSelectionDAGInfo.o [27/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyDebugFixup.o [28/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyFixBrTableDefaults.o [29/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyFixFunctionBitcasts.o [30/874] CXX obj/llvm/lib/Target/WebAssembly/GISel/LLVMWebAssemblyCodeGen.WebAssemblyCallLowering.o [31/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZInstrInfo.o [32/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyAddMissingPrototypes.o [33/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyCFGSort.o [34/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyExplicitLocals.o [35/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyLateEHPrepare.o [36/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyExceptionInfo.o [37/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyLowerBrUnless.o [38/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZRegisterInfo.o [39/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZFrameLowering.o [40/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZMCInstLower.o [41/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyFrameLowering.o [42/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyInstrInfo.o [43/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyMachineFunctionInfo.o [44/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyISelDAGToDAG.o [45/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyFixIrreducibleControlFlow.o [46/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyMCInstLower.o [47/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcISelLowering.o [48/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyMemIntrinsicResults.o [49/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyDebugValueManager.o [50/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZISelDAGToDAG.o [51/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyFastISel.o [52/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcTargetMachine.o [53/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZAsmPrinter.o [54/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyAsmPrinter.o [55/874] CXX obj/llvm/lib/Target/WebAssembly/GISel/LLVMWebAssemblyCodeGen.WebAssemblyInstructionSelector.o [56/874] CXX obj/llvm/lib/Target/Sparc/LLVMSparcCodeGen.SparcTargetTransformInfo.o [57/874] CXX obj/llvm/lib/Target/WebAssembly/GISel/LLVMWebAssemblyCodeGen.WebAssemblyPreLegalizerCombiner.o [58/874] CXX obj/llvm/lib/Target/WebAssembly/GISel/LLVMWebAssemblyCodeGen.WebAssemblyPostLegalizerCombiner.o [59/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZTargetMachine.o [60/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZTargetTransformInfo.o [61/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyCFGStackify.o [62/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyLowerEmscriptenEHSjLj.o [63/874] CXX obj/llvm/lib/Target/WebAssembly/LLVMWebAssemblyCodeGen.WebAssemblyISelLowering.o [64/874] CXX obj/llvm/lib/Target/SystemZ/LLVMSystemZCodeGen.SystemZISelLowering.o [65/874] CXX obj/clang/lib/Driver/ToolChains/Driver.Clang.o [66/874] CXX obj/llvm/unittests/CodeGen/CodeGenTests.InstrRefLDVTest.o [67/874] CXX obj/clang/lib/CodeGen/CodeGen.CodeGenModule.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.