INFO:2025-08-18T21:31:57Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 13dd65096b53..668e6492b833 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 668e6492b833 [AMDGPU] Support merging of flat GVS ops (#154200) INFO:2025-08-18T21:32:01Z:root:syncing... Deleted branch merge (was 13dd65096b53). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-08-18T21:32:01Z:root:building ninja: Entering directory `out/gn' [1/1575] CXX obj/llvm/utils/TableGen/llvm-tblgen.DecoderEmitter.o FAILED: obj/llvm/utils/TableGen/llvm-tblgen.DecoderEmitter.o ../../chromeclang/bin/clang++ -MMD -MF obj/llvm/utils/TableGen/llvm-tblgen.DecoderEmitter.o.d -o obj/llvm/utils/TableGen/llvm-tblgen.DecoderEmitter.o -c ../../llvm/utils/TableGen/DecoderEmitter.cpp -I../../llvm/utils/TableGen -I../../llvm/include -Igen/llvm/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 ../../llvm/utils/TableGen/DecoderEmitter.cpp:14: In file included from ../../llvm/utils/TableGen/Common/CodeGenHwModes.h:20: ../../sysroot/MacOSX.sdk/usr/include/c++/v1/vector:1470:19: error: object of type 'llvm::const_set_bits_iterator_impl' cannot be assigned because its copy assignment operator is implicitly deleted __mid = __first; ^ ../../llvm/utils/TableGen/DecoderEmitter.cpp:2409:13: note: in instantiation of function template specialization 'std::vector::assign>' requested here HwModeIDs.assign(BV.set_bits_begin(), BV.set_bits_end()); ^ ../../llvm/include/llvm/ADT/BitVector.h:35:21: note: copy assignment operator of 'const_set_bits_iterator_impl' is implicitly deleted because field 'Parent' is of reference type 'const llvm::SmallBitVector &' const BitVectorT &Parent; ^ 1 error generated. ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.