INFO:2026-06-30T03:45:50Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD d3b8ff3a4ef0..fb20f9f66205 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 fb20f9f66205 [MergeFunctions] Preserve entry counts on folds (#202218) INFO:2026-06-30T03:45:54Z:root:syncing... Deleted branch merge (was cf149cbf6aad). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 0863b3192c83] [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:45:57Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/359] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [2/359] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [3/359] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) [4/359] 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. ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.