INFO:2025-10-06T16:41:39Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD c52de9ab48a5..3f3d522ba7a4 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 3f3d522ba7a4 [PowerPC] recognize `vmnsub` in older ppc versions (#155465) INFO:2025-10-06T16:41:42Z:root:syncing... Deleted branch merge (was c52de9ab48a5). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-10-06T16:41:43Z:root:building ninja: Entering directory `out/gn' [1/326] ACTION //llvm/include/llvm/TargetParser:PPCGenTargetFeatures(//llvm/utils/gn/build/toolchain:unix) [2/179] ACTION //llvm/lib/Target/PowerPC:PPCGenRegisterBank(//llvm/utils/gn/build/toolchain:unix) [3/179] ACTION //llvm/lib/Target/PowerPC:PPCGenCallingConv(//llvm/utils/gn/build/toolchain:unix) [4/179] ACTION //llvm/lib/Target/PowerPC/Disassembler:PPCGenDisassemblerTables(//llvm/utils/gn/build/toolchain:unix) [5/179] ACTION //llvm/lib/Target/PowerPC/AsmParser:PPCGenAsmMatcher(//llvm/utils/gn/build/toolchain:unix) [6/179] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenAsmWriter(//llvm/utils/gn/build/toolchain:unix) [7/179] CXX obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o FAILED: obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o ../../chromeclang/bin/clang++ -MMD -MF obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o.d -o obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o -c ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp -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 ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1139:32: error: no member named 'pointer' in 'llvm::cas::OnDiskTrieRawHashMap' Expected ~~~~~~~~~~~~~~~~~~~~~~^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1143:10: error: no viable conversion from returned value of type 'Error' to function return type 'int' return createStringError(make_error_code(std::errc::not_supported), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1147:10: error: no template named 'const_pointer' in 'llvm::cas::OnDiskTrieRawHashMap'; did you mean 'std::__const_pointer'? Expected ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ std::__const_pointer ../../sysroot/MacOSX.sdk/usr/include/c++/v1/__memory/allocator_traits.h:50:8: note: 'std::__const_pointer' declared here struct __const_pointer { ^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1147:32: error: use of class template 'OnDiskTrieRawHashMap::__const_pointer' requires template arguments Expected ^ ../../sysroot/MacOSX.sdk/usr/include/c++/v1/__memory/allocator_traits.h:50:8: note: template is declared here struct __const_pointer { ^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1149:10: error: no viable conversion from returned value of type 'Error' to function return type 'int' return createStringError(make_error_code(std::errc::not_supported), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1153:1: error: no type named 'const_pointer' in 'llvm::cas::OnDiskTrieRawHashMap'; did you mean 'llvm::MD5::MD5Result::const_pointer'? OnDiskTrieRawHashMap::const_pointer ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ llvm::MD5::MD5Result::const_pointer ../../sysroot/MacOSX.sdk/usr/include/c++/v1/array:139:51: note: 'llvm::MD5::MD5Result::const_pointer' declared here typedef const value_type* const_pointer; ^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1154:23: error: return type of out-of-line definition of 'llvm::cas::OnDiskTrieRawHashMap::find' differs from that in the declaration OnDiskTrieRawHashMap::find(ArrayRef Hash) const { ^ ../../llvm/include/llvm/CAS/OnDiskTrieRawHashMap.h:164:18: note: previous declaration is here ConstOnDiskPtr find(ArrayRef Hash) const; ~~~~~~~~~~~~~~ ^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1155:10: error: use of undeclared identifier 'const_pointer'; did you mean 'MD5::MD5Result::const_pointer'? return const_pointer(); ^ ../../sysroot/MacOSX.sdk/usr/include/c++/v1/array:139:51: note: 'MD5::MD5Result::const_pointer' declared here typedef const value_type* const_pointer; ^ 8 errors generated. [8/179] ACTION //llvm/tools/llvm-exegesis/lib/PowerPC:PPCGenExegesis(//llvm/utils/gn/build/toolchain:unix) [9/179] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenRegisterInfo(//llvm/utils/gn/build/toolchain:unix) [10/179] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenMCCodeEmitter(//llvm/utils/gn/build/toolchain:unix) [11/179] ACTION //llvm/lib/Target/PowerPC:PPCGenFastISel(//llvm/utils/gn/build/toolchain:unix) [12/179] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenSubtargetInfo(//llvm/utils/gn/build/toolchain:unix) [13/179] ACTION //llvm/lib/Target/PowerPC:PPCGenDAGISel(//llvm/utils/gn/build/toolchain:unix) [14/179] ACTION //llvm/lib/Target/PowerPC:PPCGenGlobalISel(//llvm/utils/gn/build/toolchain:unix) [15/179] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenInstrInfo(//llvm/utils/gn/build/toolchain:unix) ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.