INFO:2026-06-30T03:51:12Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 0b664d91fe94..869c45984893 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 869c45984893 [RISCV][P-ext] Avoid redundant accumulator extend for reduction sum (#206430) INFO:2026-06-30T03:51:16Z:root:syncing... Deleted branch merge (was 1f99e8146b88). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 35336654f51c] [gn build] Port df108f91d5b8 1 file changed, 1 insertion(+) [gn build] Port df108f91d5b8 -- https://github.com/llvm/llvm-project/commit/df108f91d5b8 INFO:2026-06-30T03:51:17Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/375] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [2/375] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [3/375] ACTION //llvm/tools/llvm-objdump:llvm-otool(//llvm/utils/gn/build/toolchain:unix) [4/375] LINK obj/llvm/unittests/Linker/LinkerTests [5/375] LINK obj/llvm/unittests/Bitcode/BitcodeTests [6/375] LINK obj/llvm/unittests/FuzzMutate/FuzzMutateTests [7/375] LINK obj/llvm/unittests/MC/SystemZ/SystemZAsmLexerTests [8/375] LINK obj/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests [9/375] LINK obj/llvm/unittests/DWARFLinkerParallel/DWARFLinkerParallelTests [10/375] LINK obj/llvm/unittests/MC/X86/X86MCTests [11/375] LINK obj/llvm/unittests/Transforms/Vectorize/VectorizeTests [12/375] LINK obj/llvm/unittests/Target/LoongArch/LoongArchTests [13/375] LINK obj/llvm/unittests/Target/WebAssembly/WebAssemblyTests [14/375] LINK obj/llvm/unittests/Target/PowerPC/PowerPCTests [15/375] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) [16/375] LINK obj/llvm/unittests/tools/llvm-cfi-verify/CFIVerifyTests [17/375] LINK obj/llvm/unittests/tools/llvm-mca/LLVMMCATests [18/375] CXX obj/llvm/lib/Transforms/IPO/IPO.MergeFunctions.o FAILED: obj/llvm/lib/Transforms/IPO/IPO.MergeFunctions.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/llvm/lib/Transforms/IPO/IPO.MergeFunctions.o.d -o obj/llvm/lib/Transforms/IPO/IPO.MergeFunctions.o -c ../../llvm/lib/Transforms/IPO/MergeFunctions.cpp -I../../llvm/include -Igen/llvm/include -Igen/llvm/include/llvm/Analysis -I. -Igen/llvm/include/llvm/Frontend/OpenMP -Igen/llvm/include/llvm/IR -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 -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti ../../llvm/lib/Transforms/IPO/MergeFunctions.cpp:737:27: error: no member named 'ProfileCount' in 'llvm::Function' 737 | std::optional GEC = G->getEntryCount(); | ~~~~~~~~~~^ ../../llvm/lib/Transforms/IPO/MergeFunctions.cpp:883:58: error: no member named 'ProfileCount' in 'llvm::Function' 883 | std::optional FC, | ~~~~~~~~~~^ ../../llvm/lib/Transforms/IPO/MergeFunctions.cpp:884:58: error: no member named 'ProfileCount' in 'llvm::Function' 884 | std::optional GC) { | ~~~~~~~~~~^ ../../llvm/lib/Transforms/IPO/MergeFunctions.cpp:895:27: error: no member named 'ProfileCount' in 'llvm::Function' 895 | std::optional FEC = F->getEntryCount(); | ~~~~~~~~~~^ ../../llvm/lib/Transforms/IPO/MergeFunctions.cpp:896:27: error: no member named 'ProfileCount' in 'llvm::Function' 896 | std::optional GEC = G->getEntryCount(); | ~~~~~~~~~~^ 5 errors generated. [19/375] CXX obj/llvm/lib/Target/RISCV/LLVMRISCVCodeGen.RISCVISelLowering.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.