INFO:2025-10-07T13:56:21Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 2f66bcce13d8..f7f49ee40e9e 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 f7f49ee40e9e [VPlan] Improve code around WidenPHI's constructor (NFC) (#162277) INFO:2025-10-07T13:56:24Z:root:syncing... Deleted branch merge (was 327e2a0d9683). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 3c24c3712c54] [gn build] Port 32eaf5b59c2d 1 file changed, 2 insertions(+) [merge 01174273ac4a] [gn build] Port e05d80ec7b8b 2 files changed, 2 insertions(+) [merge 2556787cdca8] [gn build] Port ff394cd0f675 1 file changed, 1 insertion(+) [gn build] Port 32eaf5b59c2d -- https://github.com/llvm/llvm-project/commit/32eaf5b59c2d [gn build] Port e05d80ec7b8b -- https://github.com/llvm/llvm-project/commit/e05d80ec7b8b [gn build] Port ff394cd0f675 -- https://github.com/llvm/llvm-project/commit/ff394cd0f675 INFO:2025-10-07T13:56:25Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanPredicator.o [2/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanSLP.o [3/454] CXX obj/bolt/lib/Passes/Passes.MarkRAStates.o FAILED: obj/bolt/lib/Passes/Passes.MarkRAStates.o ../../chromeclang/bin/clang++ -MMD -MF obj/bolt/lib/Passes/Passes.MarkRAStates.o.d -o obj/bolt/lib/Passes/Passes.MarkRAStates.o -c ../../bolt/lib/Passes/MarkRAStates.cpp -I../../llvm/include -Igen/llvm/include -I../../bolt/include -Igen/bolt/include -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 -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti In file included from ../../bolt/lib/Passes/MarkRAStates.cpp:22: In file included from ../../bolt/include/bolt/Passes/MarkRAStates.h:15: In file included from ../../bolt/include/bolt/Passes/BinaryPasses.h:16: In file included from ../../bolt/include/bolt/Core/BinaryContext.h:16: In file included from ../../bolt/include/bolt/Core/AddressMap.h:17: In file included from ../../llvm/include/llvm/MC/MCSymbol.h:16: In file included from ../../llvm/include/llvm/ADT/StringMapEntry.h:19: In file included from ../../llvm/include/llvm/ADT/StringRef.h:16: In file included from ../../sysroot/MacOSX.sdk/usr/include/c++/v1/algorithm:675: ../../sysroot/MacOSX.sdk/usr/include/c++/v1/__algorithm/count_if.h:31:9: error: no matching function for call to object of type '(lambda at ../../bolt/lib/Passes/MarkRAStates.cpp:136:7)' if (__pred(*__first)) ^~~~~~ ../../llvm/include/llvm/ADT/STLExtras.h:1964:15: note: in instantiation of function template specialization 'std::count_if, std::__tree_node, void *> *, long>>, (lambda at ../../bolt/lib/Passes/MarkRAStates.cpp:136:7)>' requested here return std::count_if(adl_begin(Range), adl_end(Range), P); ^ ../../bolt/lib/Passes/MarkRAStates.cpp:136:7: note: candidate function not viable: no known conversion from 'value_type' (aka 'pair') to 'std::pair &' for 1st argument [&](std::pair &P) { ^ 1 error generated. [4/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanConstruction.o [5/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanUnroll.o [6/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanAnalysis.o [7/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanUtils.o [8/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanRecipes.o [9/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlan.o [10/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanVerifier.o [11/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.VPlanTransforms.o [12/454] CXX obj/llvm/lib/Transforms/Vectorize/Vectorize.LoopVectorize.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.