INFO:2025-02-12T21:50:21Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD e9e6ba6a5e2a..cbb4e99f3613 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 3 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at cbb4e99f3613 [lldb] Update ThreadPlanStepOut to handle new breakpoint behavior (#126838) INFO:2025-02-12T21:50:26Z:root:syncing... Deleted branch merge (was e9e6ba6a5e2a). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-02-12T21:50:26Z:root:building ninja: Entering directory `out/gn' [1/189] CXX obj/lldb/source/Target/Target.ThreadPlanStepOut.o FAILED: obj/lldb/source/Target/Target.ThreadPlanStepOut.o ../../chromeclang/bin/clang++ -MMD -MF obj/lldb/source/Target/Target.ThreadPlanStepOut.o.d -o obj/lldb/source/Target/Target.ThreadPlanStepOut.o -c ../../lldb/source/Target/ThreadPlanStepOut.cpp -I../../lldb/source -I../../llvm/include -Igen/llvm/include -I../../clang/include -Igen/clang/include -I../../lldb/include -Igen/lldb/include -Igen/lldb/source/Target -Igen/lldb/source/Target -I../../sysroot/MacOSX.sdk/usr/include/libxml2 -arch arm64 -isysroot ../../sysroot/MacOSX.sdk -mmacos-version-min=12 -mmacos-version-min=12 -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -isysroot ../../sysroot/MacOSX.sdk -Wpoison-system-directories -fPIC -Wcovered-switch-default -fno-strict-aliasing -fno-strict-aliasing -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti ../../lldb/source/Target/ThreadPlanStepOut.cpp:368:9: error: use of undeclared identifier 'stop_info'; did you mean 'stop_info_sp'? if (stop_info && stop_info_sp->GetStopReason() == eStopReasonBreakpoint) { ^~~~~~~~~ stop_info_sp ../../lldb/source/Target/ThreadPlanStepOut.cpp:367:16: note: 'stop_info_sp' declared here StopInfoSP stop_info_sp = GetPrivateStopInfo(); ^ 1 error generated. [2/189] CXX obj/clang/lib/CodeGen/CodeGen.CGHLSLRuntime.o [3/189] CXX obj/llvm/lib/Transforms/Instrumentation/Instrumentation.MemorySanitizer.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.