INFO:2026-04-04T17:18:09Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD ff4c6fe24ecb..420111e9e415 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 420111e9e415 [mlir][LLVM] Fix incorrect verification of atomicrmw f{min,max}imumnum (#190474) INFO:2026-04-04T17:18:18Z:root:syncing... Deleted branch merge (was 36dd11b2be51). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge dc57ff26f8eb] [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:18:19Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/3672] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.ProcessPOSIXLog.o [2/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.OpenBSDSignals.o [3/3672] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.CrashReason.o [4/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NetBSDSignals.o [5/3672] 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/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.GDBRemoteSignals.o [7/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.MemoryTagManagerAArch64MTE.o [8/3672] CXX obj/lldb/tools/lldb-server/lldb-server.LLDBServerUtilities.o [9/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationHistory.o [10/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.LinuxSignals.o [11/3672] CXX obj/lldb/source/Plugins/Process/minidump/minidump.MinidumpTypes.o [12/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTPerThreadProcessTrace.o [13/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.LinuxProcMaps.o [14/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextRegisterInfo.o [15/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm.o [16/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextOpenBSD_x86_64.o [17/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.Perf.o [18/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_x86.o [19/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_loongarch.o [20/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm64.o [21/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteClientBase.o [22/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg.o [23/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServer.o [24/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_arm.o [25/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_x86_64.o [26/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_riscv32.o [27/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_powerpc.o [28/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeProcessSoftwareSingleStep.o [29/3672] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_ARM.o [30/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterFallback.o [31/3672] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_ARM64.o [32/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.SingleStepCheck.o [33/3672] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.NativeProcessELF.o [34/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeRegisterContextLinux_x86.o [35/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_i386.o [36/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTMultiCoreTrace.o [37/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeRegisterContextLinux.o [38/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeThreadLinux.o [39/3672] CXX obj/lldb/source/Plugins/Process/minidump/minidump.MinidumpParser.o [40/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_x86_64.o [41/3672] CXX obj/lldb/source/Symbol/Symbol.Block.o [42/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_arm.o [43/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_powerpc.o [44/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.HistoryUnwind.o [45/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_arm64.o [46/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_loongarch64.o [47/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_arm64.o [48/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteMacOSX.o [49/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleBridge.o [50/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleXR.o [51/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleWatch.o [52/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteiOS.o [53/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDummy.o [54/3672] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.RegisterContextUnifiedCore.o [55/3672] CXX obj/lldb/source/Plugins/Process/Utility/Utility.InferiorCallPOSIX.o [56/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterContext.o [57/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunication.o [58/3672] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ThreadMachCore.o [59/3672] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.ThreadElfCore.o [60/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleTV.o [61/3672] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteDarwinDevice.o [62/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [63/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [64/3672] CXX obj/lldb/source/Plugins/Process/minidump/minidump.ProcessMinidump.o [65/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [66/3672] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeProcessLinux.o [67/3672] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [68/3672] CXX obj/lldb/source/Plugins/Platform/Windows/Windows.PlatformWindows.o [69/3672] CXX obj/lldb/source/Plugins/Platform/POSIX/POSIX.PlatformPOSIX.o [70/3672] CXX obj/llvm/lib/Frontend/OpenMP/OpenMP.OMPIRBuilder.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.