INFO:2025-08-10T06:44:24Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD c123f4782f0e..2242e28671c4 main -> origin/main Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Switched to branch 'main' HEAD is now at 2242e28671c4 [Analysis] Remove an unreachable check. NFC. (#152874) INFO:2025-08-10T06:44:57Z:root:syncing... Deleted branch merge (was c123f4782f0e). Switched to a new branch 'merge' Branch 'merge' set up to track remote branch 'main' from 'origin'. INFO:2025-08-10T06:45:01Z:root:building ninja: Entering directory `out/gn' [1/6092] CXX obj/llvm/lib/Support/Support.Z3Solver.obj [2/6092] CXX obj/llvm/lib/Support/Support.ScaledNumber.obj [3/6092] CXX obj/llvm/lib/Support/Support.APFloat.obj FAILED: obj/llvm/lib/Support/Support.APFloat.obj ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang-cl /nologo /showIncludes /Foobj/llvm/lib/Support/Support.APFloat.obj /c ../../llvm/lib/Support/APFloat.cpp -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -DUNICODE -DCLANG_BUILD_STATIC -I../../llvm/lib/Support/Unix -I../../llvm/lib/Support/Windows -I../../third-party/siphash/include -I../../llvm/include -Igen/llvm/include /O2 /Gw /Zc:inline /EHs-c- /W4 -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -fmsc-version=1926 /Brepro -fdebug-compilation-dir=. /winsysroot../../sysroot-3bda71a11e -Wcovered-switch-default /std:c++17 /GR- ../../llvm/lib/Support/APFloat.cpp(5627,29): error: use of undeclared identifier 'Parts' 5627 | assert(DstPartsCount <= Parts.size() && "Integer too big"); | ^ 1 error generated. [4/6092] CXX obj/llvm/lib/Support/Support.APFixedPoint.obj [5/6092] CXX obj/llvm/lib/Support/Support.StringRef.obj ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.