INFO:2026-04-04T17:40:04Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 420111e9e415..27a762c1a317 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 27a762c1a317 [lldb][NFC] Add helper function for computing whether to show Process error (#190189) INFO:2026-04-04T17:40:13Z:root:syncing... Deleted branch merge (was dc57ff26f8eb). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge b82083b866c3] [gn build] Port 5e0efc0f1d79 1 file changed, 1 insertion(+) [gn build] Port 5e0efc0f1d79 -- https://github.com/llvm/llvm-project/commit/5e0efc0f1d79 INFO:2026-04-04T17:40:14Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/3603] ACTION //llvm/tools/llvm-lipo:LipoOpts(//llvm/utils/gn/build/toolchain:unix) [2/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextWindows_i386.o [3/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextWindows_x86_64.o [4/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_ppc64.o [5/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_arm.o [6/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_ppc64le.o [7/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_riscv32.o [8/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_loongarch64.o [9/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDataExtractor.o [10/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DIERef.o [11/3603] 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. [12/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_riscv64.o [13/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_s390x.o [14/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfos_x86_64_with_base_shared.o [15/3603] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_x86_32.o [16/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_arm64.o [17/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextOpenBSD_i386.o [18/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextNetBSD_i386.o [19/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_i386.o [20/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextNetBSD_x86_64.o [21/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_x86_64.o [22/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.LogChannelDWARF.o [23/3603] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_x86_64.o [24/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterUtilities.o [25/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_powerpc.o [26/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_x86.o [27/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFContext.o [28/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_riscv64.o [29/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextLinuxCore_x86.o [30/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_s390x.o [31/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_riscv32.o [32/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_ppc64le.o [33/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_loongarch64.o [34/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_arm.o [35/3603] CXX obj/llvm/tools/llvm-as/llvm-as.llvm-as.o [36/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFAttribute.o [37/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.AppleDWARFIndex.o [38/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_ppc64le.o [39/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugAranges.o [40/3603] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemoteLog.o [41/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextMemory.o [42/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_riscv64.o [43/3603] CXX obj/lldb/source/Plugins/Process/minidump/minidump.ThreadMinidump.o [44/3603] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.PdbUtil.o [45/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.StopInfoMachException.o [46/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugMacro.o [47/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_s390x.o [48/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_x86.o [49/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFBaseDIE.o [50/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFASTParser.o [51/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextThreadMemory.o [52/3603] CXX obj/lldb/source/Plugins/ScriptInterpreter/None/None.ScriptInterpreterNone.o [53/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugInfo.o [54/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_arm64.o [55/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFCompileUnit.o [56/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.ThreadMemory.o [57/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextHistory.o [58/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugInfoEntry.o [59/3603] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_riscv32.o [60/3603] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ThreadGDBRemote.o [61/3603] CXX obj/lldb/source/Plugins/UnwindAssembly/InstEmulation/InstEmulation.UnwindAssemblyInstEmulation.o [62/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFFormValue.o [63/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFTypeUnit.o [64/3603] CXX obj/lldb/source/Plugins/REPL/Clang/Clang.ClangREPL.o [65/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DebugNamesDWARFIndex.o [66/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDIE.o [67/3603] CXX obj/lldb/source/Plugins/SymbolFile/Breakpad/Breakpad.SymbolFileBreakpad.o [68/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFUnit.o [69/3603] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ProcessMachCore.o [70/3603] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.ProcessElfCore.o [71/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFIndex.o [72/3603] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemote.o [73/3603] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.UdtRecordCompleter.o [74/3603] CXX obj/lldb/source/Plugins/SymbolFile/PDB/PDB.SymbolFilePDB.o [75/3603] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFASTParserClang.o [76/3603] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.SymbolFileNativePDB.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.