INFO:2026-07-27T01:20:43Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD e9240abc521a..43a704b65742 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 43a704b65742 [ELF,SPARC] Add the GOT header entry and place R_SPARC_JMP_SLOT in .plt (#212161) INFO:2026-07-27T01:20:46Z:root:syncing... Deleted branch merge (was e9240abc521a). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2026-07-27T01:20:47Z:root:building ninja: Entering directory `out/gn' [1/292] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [2/292] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [3/292] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) [4/292] CXX obj/lld/ELF/Arch/ELF.AVR.o [5/292] CXX obj/lld/ELF/Arch/ELF.MSP430.o [6/292] CXX obj/lld/ELF/ELF.SymbolTable.o [7/292] CXX obj/lld/ELF/ELF.EhFrame.o [8/292] CXX obj/lld/ELF/ELF.CallGraphSort.o [9/292] CXX obj/lld/ELF/Arch/ELF.AMDGPU.o [10/292] CXX obj/lld/ELF/ELF.Target.o [11/292] CXX obj/lld/ELF/Arch/ELF.MipsArchTree.o [12/292] CXX obj/lld/ELF/Arch/ELF.SystemZ.o [13/292] CXX obj/lld/ELF/ELF.Symbols.o [14/292] CXX obj/lld/ELF/ELF.ARMErrataFix.o [15/292] CXX obj/lld/ELF/ELF.Relocations.o FAILED: obj/lld/ELF/ELF.Relocations.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lld/ELF/ELF.Relocations.o.d -o obj/lld/ELF/ELF.Relocations.o -c ../../lld/ELF/Relocations.cpp -I../../lld/ELF -I../../llvm/include -Igen/llvm/include -I../../lld/include -Igen/lld/include -Igen/lld/ELF -I. -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 ../../lld/ELF/Relocations.cpp:756:45: error: non-constant-expression cannot be narrowed from type 'uint8_t' (aka 'unsigned char') to 'bool' in initializer list [-Wc++11-narrowing] 756 | {type, &plt, sym.getPltOffset(ctx), sym.isPreemptible, sym, 0, expr}); | ^~~~~~~~~~~~~~~~~ ../../lld/ELF/Relocations.cpp:1255:3: note: in instantiation of function template specialization 'addPltEntry' requested here 1255 | addPltEntry(ctx, *ctx.in.iplt, *ctx.in.igotPlt, dyn, ctx.target->iRelativeRel, | ^ ../../lld/ELF/Relocations.cpp:756:45: note: insert an explicit cast to silence this issue 756 | {type, &plt, sym.getPltOffset(ctx), sym.isPreemptible, sym, 0, expr}); | ^~~~~~~~~~~~~~~~~ | static_cast( ) ../../lld/ELF/Relocations.cpp:760:58: error: non-constant-expression cannot be narrowed from type 'uint8_t' (aka 'unsigned char') to 'bool' in initializer list [-Wc++11-narrowing] 760 | rel.addReloc({type, &gotPlt, sym.getGotPltOffset(ctx), sym.isPreemptible, sym, | ^~~~~~~~~~~~~~~~~ ../../lld/ELF/Relocations.cpp:760:58: note: insert an explicit cast to silence this issue 760 | rel.addReloc({type, &gotPlt, sym.getGotPltOffset(ctx), sym.isPreemptible, sym, | ^~~~~~~~~~~~~~~~~ | static_cast( ) ../../lld/ELF/Relocations.cpp:756:45: error: non-constant-expression cannot be narrowed from type 'uint8_t' (aka 'unsigned char') to 'bool' in initializer list [-Wc++11-narrowing] 756 | {type, &plt, sym.getPltOffset(ctx), sym.isPreemptible, sym, 0, expr}); | ^~~~~~~~~~~~~~~~~ ../../lld/ELF/Relocations.cpp:1310:7: note: in instantiation of function template specialization 'addPltEntry' requested here 1310 | addPltEntry(ctx, *ctx.in.plt, *ctx.in.gotPlt, *ctx.in.relaPlt, | ^ ../../lld/ELF/Relocations.cpp:756:45: note: insert an explicit cast to silence this issue 756 | {type, &plt, sym.getPltOffset(ctx), sym.isPreemptible, sym, 0, expr}); | ^~~~~~~~~~~~~~~~~ | static_cast( ) ../../lld/ELF/Relocations.cpp:760:58: error: non-constant-expression cannot be narrowed from type 'uint8_t' (aka 'unsigned char') to 'bool' in initializer list [-Wc++11-narrowing] 760 | rel.addReloc({type, &gotPlt, sym.getGotPltOffset(ctx), sym.isPreemptible, sym, | ^~~~~~~~~~~~~~~~~ ../../lld/ELF/Relocations.cpp:760:58: note: insert an explicit cast to silence this issue 760 | rel.addReloc({type, &gotPlt, sym.getGotPltOffset(ctx), sym.isPreemptible, sym, | ^~~~~~~~~~~~~~~~~ | static_cast( ) 4 errors generated. [16/292] CXX obj/lld/ELF/ELF.DWARF.o [17/292] CXX obj/lld/ELF/ELF.AArch64ErrataFix.o [18/292] CXX obj/lld/ELF/Arch/ELF.SPARCV9.o [19/292] CXX obj/lld/ELF/ELF.MapFile.o [20/292] CXX obj/lld/ELF/Arch/ELF.X86.o [21/292] CXX obj/lld/ELF/Arch/ELF.Mips.o [22/292] CXX obj/lld/ELF/Arch/ELF.PPC64.o [23/292] CXX obj/lld/ELF/Arch/ELF.AArch64.o [24/292] CXX obj/lld/ELF/Arch/ELF.Hexagon.o [25/292] CXX obj/lld/ELF/Arch/ELF.PPC.o [26/292] CXX obj/lld/ELF/ELF.ICF.o [27/292] CXX obj/lld/ELF/Arch/ELF.X86_64.o [28/292] CXX obj/lld/ELF/ELF.Thunks.o [29/292] CXX obj/lld/ELF/ELF.OutputSections.o [30/292] CXX obj/lld/ELF/Arch/ELF.LoongArch.o [31/292] CXX obj/lld/ELF/ELF.ScriptParser.o [32/292] CXX obj/lld/ELF/Arch/ELF.ARM.o [33/292] CXX obj/lld/ELF/ELF.LinkerScript.o [34/292] CXX obj/lld/ELF/Arch/ELF.RISCV.o [35/292] CXX obj/lld/ELF/ELF.MarkLive.o [36/292] CXX obj/lld/ELF/ELF.BPSectionOrderer.o [37/292] CXX obj/lld/ELF/ELF.InputSection.o [38/292] CXX obj/lld/ELF/ELF.LTO.o [39/292] CXX obj/lld/ELF/ELF.Writer.o [40/292] CXX obj/lld/ELF/ELF.InputFiles.o [41/292] CXX obj/lld/ELF/ELF.SyntheticSections.o [42/292] CXX obj/lld/ELF/ELF.Driver.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.