INFO:2026-07-27T01:35:11Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 43a704b65742..27bf17250860 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 27bf17250860 [profcheck][coro] Add Branch Weights in to select in replaceSwitchResumeCoroFree. (#211970) INFO:2026-07-27T01:35:15Z:root:syncing... Deleted branch merge (was 43a704b65742). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2026-07-27T01:35:15Z:root:building ninja: Entering directory `out/gn' [1/357] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [2/357] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [3/357] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) [4/357] 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. [5/357] CXX obj/llvm/lib/Transforms/Coroutines/Coroutines.CoroSplit.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.