INFO:2026-06-30T03:47:55Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD fb20f9f66205..0b664d91fe94 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 0b664d91fe94 [FixIrreducible] Handle conditional branch with both successors as header (#206057) INFO:2026-06-30T03:47:59Z:root:syncing... Deleted branch merge (was 0863b3192c83). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 1f99e8146b88] [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:48:00Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/440] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [2/440] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [3/440] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) [4/440] CXX obj/llvm/lib/Transforms/Utils/Utils.FixIrreducible.o [5/440] AR lib/libLLVMTransformUtils.a [6/440] 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. [7/440] LINK obj/clang/unittests/InstallAPI/InstallAPITests [8/440] LINK ./bin/llvm-cat [9/440] LINK obj/clang/unittests/DependencyScanning/ClangDependencyScanningTests [10/440] LINK obj/clang-tools-extra/unittests/clang-apply-replacements/ClangApplyReplacementsTests [11/440] LINK ./bin/verify-uselistorder [12/440] LINK ./bin/llvm-modextract [13/440] LINK ./bin/llvm-as [14/440] LINK ./bin/llvm-offload-wrapper [15/440] LINK ./bin/clang-apply-replacements [16/440] LINK ./bin/llvm-cgdata [17/440] LINK ./bin/llvm-dwarfdump [18/440] LINK ./bin/clang-offload-bundler [19/440] LINK ./bin/sancov [20/440] LINK ./bin/llvm-mca [21/440] LINK obj/clang/unittests/Format/FormatTests [22/440] LINK ./bin/llvm-bat-dump [23/440] LINK ./bin/llvm-nm [24/440] LINK ./bin/llvm-cfi-verify [25/440] LINK ./bin/llvm-objdump [26/440] LINK ./bin/llvm-debuginfo-analyzer [27/440] LINK ./bin/clang-ssaf-format [28/440] LINK ./bin/clang-ssaf-linker [29/440] LINK ./bin/clang-ssaf-analyzer [30/440] LINK ./bin/clang-change-namespace [31/440] LINK obj/clang/unittests/Rewrite/RewriteTests [32/440] LINK obj/clang/unittests/Parse/ParseTests [33/440] LINK obj/clang/unittests/Lex/LexTests [34/440] LINK ./bin/clang-move [35/440] LINK obj/clang/unittests/Support/ClangSupportTests [36/440] LINK obj/clang/unittests/Serialization/SerializationTests [37/440] LINK obj/clang/unittests/Index/IndexTests [38/440] LINK ./bin/clang-diff [39/440] LINK obj/clang/unittests/Analysis/ClangAnalysisTests [40/440] LINK ./bin/clang-installapi [41/440] LINK ./bin/clang-query [42/440] LINK obj/clang-tools-extra/unittests/clang-doc/ClangDocTests [43/440] LINK ./bin/pp-trace [44/440] LINK obj/clang-tools-extra/unittests/clang-move/ClangMoveTests [45/440] LINK ./bin/clang-reorder-fields [46/440] LINK ./bin/find-all-symbols [47/440] LINK ./bin/clang-doc [48/440] LINK ./bin/clang-refactor [49/440] LINK ./bin/dexp [50/440] LINK ./bin/modularize [51/440] LINK obj/clang/unittests/Analysis/FlowSensitive/ClangAnalysisFlowSensitiveTests [52/440] LINK obj/clang/unittests/Sema/SemaTests [53/440] LINK ./bin/clang-include-fixer [54/440] LINK obj/clang/unittests/AST/ASTTests [55/440] LINK obj/clang/unittests/AST/ByteCode/InterpTests [56/440] LINK obj/clang/unittests/StaticAnalyzer/StaticAnalysisTests [57/440] LINK obj/clang-tools-extra/unittests/clang-include-fixer/ClangIncludeFixerTests [58/440] LINK obj/clang/unittests/ASTMatchers/ASTMatchersTests [59/440] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [60/440] LINK obj/clang/unittests/ASTMatchers/Dynamic/DynamicASTMatchersTests [61/440] LINK ./bin/diagtool [62/440] LINK obj/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests [63/440] LINK obj/clang-tools-extra/unittests/clang-change-namespace/ClangChangeNamespaceTests [64/440] LINK obj/clang-tools-extra/unittests/clang-query/ClangQueryTests [65/440] LINK obj/clang/unittests/ScalableStaticAnalysis/ClangScalableAnalysisTests [66/440] LINK ./bin/clang-extdef-mapping [67/440] LINK ./bin/clangd [68/440] LINK ./bin/clangd-remap [69/440] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests [70/440] LINK ./bin/clangd-indexer [71/440] LINK ./bin/clang-tidy ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.