INFO:2026-02-24T06:50:14Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 3f024d08355d..0b8bb80e27c6 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 0b8bb80e27c6 [MC] Fix crash in x=0; .section x (#183001) INFO:2026-02-24T06:50:17Z:root:syncing... Deleted branch merge (was cc688cf39a36). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 17469f914a3e] [gn build] Port 796a1ea79f41 1 file changed, 2 insertions(+), 1 deletion(-) [merge 6437e50a2178] [gn build] Port 8bdef33e6ae9 2 files changed, 7 insertions(+) [merge 5d3be73ebe68] [gn build] Port a8989c08a87e 1 file changed, 1 insertion(+), 1 deletion(-) [merge 9b70e97fdc41] [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-24T06:50:21Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/697] ACTION //llvm/utils/llvm-lit:llvm-lit(//llvm/utils/gn/build/toolchain:unix) [2/697] LINK obj/llvm/unittests/TargetParser/TargetParserTests [3/697] 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. [4/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.IntegerDivisionTest.o [5/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.FunctionComparatorTest.o [6/697] CXX obj/llvm/unittests/tools/llvm-exegesis/LLVMExegesisTests.ResultAggregatorTest.o [7/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.SSAUpdaterBulkTest.o [8/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.SchedClassResolutionTest.o [9/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.SubprocessMemoryTest.o [10/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.RegisterAliasingTest.o [11/697] CXX obj/llvm/unittests/tools/llvm-exegesis/Mips/LLVMExegesisMipsTests.RegisterAliasingTest.o [12/697] CXX obj/llvm/lib/MC/MC.MCContext.o [13/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.CallPromotionUtilsTest.o [14/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.LoopRotationUtilsTest.o [15/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.InstrMapsTest.o [16/697] CXX obj/llvm/unittests/tools/llvm-exegesis/Mips/LLVMExegesisMipsTests.BenchmarkResultTest.o [17/697] CXX obj/llvm/unittests/tools/llvm-exegesis/LLVMExegesisTests.ClusteringTest.o [18/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPlanUncountableExitTest.o [19/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.CodeMoverUtilsTest.o [20/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.IntervalTest.o [21/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPlanPatternMatchTest.o [22/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.LocalTest.o [23/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.BenchmarkResultTest.o [24/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.SandboxVectorizerTest.o [25/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPlanVerifierTest.o [26/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.ScalarEvolutionExpanderTest.o [27/697] CXX obj/llvm/unittests/tools/llvm-exegesis/LLVMExegesisTests.BenchmarkRunnerTest.o [28/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.LegalityTest.o [29/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPlanHCFGTest.o [30/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.SchedulerTest.o [31/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.VecUtilsTest.o [32/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPPostDomFrontierTest.o [33/697] CXX obj/llvm/unittests/Transforms/Coroutines/CoroTests.ExtraRematTest.o [34/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPDomTreeTest.o [35/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPlanSlpTest.o [36/697] CXX obj/llvm/unittests/Transforms/Utils/UtilsTests.CloningTest.o [37/697] CXX obj/llvm/unittests/tools/llvm-exegesis/RISCV/LLVMExegesisRISCVTests.TargetTest.o [38/697] CXX obj/llvm/unittests/tools/llvm-exegesis/AArch64/LLVMExegesisAArch64Tests.TargetTest.o [39/697] CXX obj/llvm/unittests/tools/llvm-exegesis/Mips/LLVMExegesisMipsTests.TargetTest.o [40/697] CXX obj/llvm/unittests/tools/llvm-exegesis/Mips/LLVMExegesisMipsTests.SnippetGeneratorTest.o [41/697] CXX obj/llvm/unittests/tools/llvm-exegesis/RISCV/LLVMExegesisRISCVTests.SnippetGeneratorTest.o [42/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.SnippetRepetitorTest.o [43/697] CXX obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests.DependencyGraphTest.o [44/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.SnippetFileTest.o [45/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.TargetTest.o [46/697] CXX obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests.SnippetGeneratorTest.o [47/697] CXX obj/llvm/unittests/Transforms/Vectorize/VectorizeTests.VPlanTest.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.